How to handle Widget button click?
Hi every body, I need to handle button click on widget I have follow Xamarin Sample But I need more than one button on Widget. Like a music player widget have Next song button, Pause button, Stop...
View ArticleXamarin Android Binding Library - does not implement inherited abstract member
Hello World, I am trying Android binding library and I am encountering the below error - 'ReaderCollectionImpl' does not implement inherited abstract member 'AbstractList.Get(int)' and the below...
View ArticleBinding Captured Image in ImageView it shows NullReferenceException in...
//Permissions <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission...
View ArticleHow to pass multiple values from one activity to another activity?
Hi Experts, I am using list view and on selected item from list view value should pass another activity because based on the value I am going to filter records in next activity. I used below code to...
View ArticleWebview open external browser
Hello all, i'm using xamarin.forms webview to open a html page. So far so good. Inside my html has "a href" linking to another URL and when clicked, its open inside the webview. I wanna open outside...
View ArticleiOS version of the app causing two issues
You can find a recording of the bug in the UAT version of our app here: https: -- //1drv.ms/v/s!Ah_cpvT2CiZkou5jNWKVlkwNLpOnRg Some background information: The app is a wrapper app, using Xamarin for...
View ArticleSpeech Recognizer error on IOS
I have implemented this code in my APP. https://github.com/dev-aritra/XFSpeech Everything works on android. In IOS, when I run the "_speechRecognizer.GetRecognitionTask ..." instruction, I get this...
View ArticleHow to deserialize and get into model class nested Json ?
This I the json string {"usermachine":[{"employeeid":"EMP002 ","employeename":"EMP002...
View ArticleHttp-request from Android emulator to host on local (developer) PC
Hello to everybody. I want to send http-request from simple Xamarin.Android script to host on my PC and get http-response. First of all, I have simple C#-script that is listening concrete port on...
View ArticleHow to Use XCode Directly on Xamarin iOS Project?
Apple wants me to use XCode directly on a Xamarin cross-platform iOS project to build, deploy and debug it. Using VS I can build, deploy and debug the project, but if I load the project directly on the...
View ArticleVMware 5V0-31.19 exam questions
VMware certifications are in demand these days in this competitive IT market. Many significant job opportunities are waiting for VMware certified professionals. Braindumps4IT is here to help you to get...
View ArticleForms9Patch: Simplify multi-device image management in your PCL Xamarin.Forms...
Announcement of Form9Patch Xamarin Forms is great for developing apps on Android and iOS but it is missing two important tools for developers: scalable images and PCL multi-screen image management....
View ArticleAndroid (Xmarine) application is not running in release mode.
Hello, I have an android app in Android (Xmarine) using c#. it was running fine in Release mode before, but suddenly I am getting an error while building the App in release mode. error is saying...
View ArticleAccsses geo location in webview
In Xamarin.android I created a webview like this : protected override void OnCreate(Bundle savedInstanceState) { base.OnCreate(savedInstanceState); SetContentView(Resource.Layout.activity_main); var...
View ArticleHow to get call information after every incoming/outgoing call in the Xamarin...
I would like to receive call details such as number, name (if saved in contacts), dialed/received number, call duration, received/dialed date and time after every incoming and outgoing call. I have...
View ArticleSomething like AuthenticationValidityDuration?
Hi.. I am looking for functionality like in Android with SetUserAuthenticationValidityDurationSeconds in android. Is there something similar for accessing keychain data with SecKeyChain and SecRecord?...
View ArticleActivity Transaction Example
Hi, I am trying to create an application which can start foreground service to get the location when the user is moving in the vehicle and stop the foreground server when user exists from the vehicle....
View ArticleActivity Recognition
I was having a look at the google play services documentation and would like to implement Activity Recognition in my app. (ie. Detecting if a user is walking, on bike, in vehicle, etc.) I haven't found...
View ArticleHow to get information when an SMS is send?
I would like to have the information when a user receives/sends an SMS. I have created a SmsWatcher class for this purpose. using AeroMobile.Utility.Helper; using Android.App; using Android.Content;...
View Article