How to get back to app after google login
Hi Everyone, I'm trying to implement google login in my app using xamarin.auth like below var auth = new...
View ArticleI thought that downloading the Xamarin NuGet would pull all the dependencies...
I installed the Xamarin NuGet into my solution and tried to run the app when I received this error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleXamarin Android TLS 1.2 Requests not working in android device version below 5.0
I am using ModernHttpClient for calling webservices to enable TLS 1.2 support. And this is working fine in device versions below 5.0. To fix the issue in 4.0 devices i forked the library and set the...
View ArticleSaving image in SQLite database
Is is there a way to save a image on SQLite database? All of the tutorials I've search so far are only available in android studio/java. I need a c# sample of saving image on SQLite database. Can...
View ArticleSpecified Cast not Valid while loading a Xib to a View
I'm trying to load a Xib to a View inside the ViewController but it is throwing the below error. System.InvalidCastException: Specified cast is not valid against this line var v =...
View ArticleHow to work with authentication with Google, Microsoft Account, Facebook,...
I use latest VS2017 Cross-platform template to create new blank Xamarin.Forms application with .netstandard 2.0.1 library. And I try to follow the...
View ArticleXamarin.Forms TimePicker with 15 minutes Intervals?
Hi! is there a way to get a TimePicker in Xamarin.forms which has only 0,15,30,45 minutes to choose? I tried using custom renderer in Android with something like this: `class MyTimePickerRenderer :...
View ArticleAndroid build always gives either INSTALL_FAILED_DEXOPT or crashes after...
Whenever I try to build android project it gives INSTALL_FAILED_DEXOPT or app crashes after launch. I have unchecked Use Shared Mono Runtime in Build Option.
View ArticleBest Network library for Xamarin Forms
I am very beginner for Xamarin development. I want to know which best network library in Xamarin Forms. Any one suggest me.. Note: I already check the RestSharp library but it only available for...
View ArticleXamarin Live Error
I'm having a lot of problems with Xamarin Live Player. I'm really trying to set this up, because building to the app each small iteration takes too long. Any help would be appreciated. I keep getting...
View ArticleSaving Image to local folder
Good day. So I've got image from gallery using Xam.Plugin.Media (taking picture or choosing it from gallery) or through HttpClient. And now I want to save it in local storage of the device - target iOS...
View ArticleIphoneX simulator recording with actual screen size
I have recorded the video for the app preview in the iphoneX simulator using the terminal command "xcrun simctl io booted recordVideo ." But there video is not recorded with the actual screen size. If...
View ArticleIs't supported remote debug for example to debug code for bluetooth stack etc?
Is't supported remote debug for example to debug code for bluetooth stack etc?
View ArticleUnable to use ACR User Dialogs
Greetings! I'm new to Xamarin but i had a quite good start, and so far, (almost) everything runs really well. I wanted to integrate ACR User Dialogs to have a solid dialog service on board (for example...
View ArticleHow to record IphoneX screen recording with the actual screen size
I have recorded using the terminal command but it pixelate in the video. I have attached the videos for reference. Could anyone please suggest idea about this.
View ArticleChange Label Color when IsEnble is false
Change Label Color when IsEnabled is false Try to assign TextColor but it is not working
View ArticlePicker Custom Renderer - Resource is an ambiguous reference error
I have a custom renderer for a picker, too which I would like to add a down arrow ` [assembly: ExportRenderer(typeof(CustomPicker), typeof(CustomPickerRenderer))] namespace CustomRenderer.Android {...
View ArticleApple rejected my iPhone-app with WatchOS
Hello. Im developing a iPhone-app thats connected to Apple Watch... I get this message from apple when i try to publish it to iTunes: Guideline 2.3 - Performance - Accurate Metadata We were unable to...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHockeyApp + Xamarin forms = crash saving wrong version
We set up HockeyApp in our App Xamarin forms. Only that all crashes are being registered with the same version 1.0.01 (1), our app is already in version 1.0.18 (1). Attached is the report's printout....
View Article