Convert GoogleMap Snapshot Java solution to Xamarin C#
https://stackoverflow.com/questions/13773658/capture-screen-shot-of-googlemap-android-api-v2/18093295#18093295 how to adopt the above google solution to Xamarin.Forms C#
View ArticleStyle not honoring value set by StaticResource in Resources?
Hello Everyone, I have set certain values to a property (IconWidth) in the Resources of a content view. This property is being used in a Style also contained in the same place. However, when this is...
View ArticleIs there any way I can create executable or library compatible to Android...
I have code in C# core to provision, register IoT devices to IoT hub Azure using Azure C# sdk I would like to use that to work in Android Device. Is there any way I can build executable and libraries...
View ArticleListView with different Controls (Details)
I couldn't find an answer yet. I am using Xamarin.Forms with the prism Framework and i want to display different Controls for selected ListView Items. To do this, i think i have to bind a ContentView...
View ArticleFont awesome icon in Xamarin forms.
How to use font awesome icon with button and other control in xamarin forms? Thanks in Advance.
View ArticleHow to add Google.play.services.maps for using map ?
Hi everyone ! When I wanted to use maps in my application, I applied this documentation; https://docs.microsoft.com/tr-tr/xamarin/android/platform/maps-and-location/maps/maps-api Everything on the ios...
View ArticleIssue with Plugin.BLE do not scan devices
Hi! I'm facing a issue trying to connect to a Bluetooth LE device. I downloaded the Plugin.BLE and I used the sample included without any problem, I connect and read/write data. Now, I try to deploy on...
View ArticleHow to include Android.Bluetooth library in Xamarin forms?
I am trying to get the android.bluetooth library to the xamarin forms main code path. Preferably with some samples?
View Articlemultilingual app tool kit resource string reference warning in android and...
i have added multilingual toolkit for my android & iOS projects. wherever the resource string being referred we are getting the below error. Transparent method 'Method1()' references security...
View ArticleI am already a mobile app developer. How easy it is to start with Xamarin
I am a mobile app developer and have expertise with Android and React Native. There is a new project where the client wants to use Xamarin. How easy it would be someone doing development in React...
View ArticleGet file path from content.
Hi everyone, I have a Xamarin.Forms (iOS, Android) app and I open it as option to Open PDF documents. For Android app, I set an intent-filter with mimetype: pdf. <intent-filter> <action...
View ArticleAddObserver and Dispose problem
I would like to observe an AVPlayerItem instance, but when I am trying to dispose the observer an exception is thrown: Objective-C exception thrown. Name: NSRangeException Reason: Cannot remove an...
View ArticleiOS 13.0 Broke MasterDetailPage on iPads?
I have noticed that after updating iOS to v13.0, the MasterDetailPage is broken on iPads but it's still working on iPhones and Androids. By broken I mean the whole page is white, without content. The...
View ArticleEncode array\list of images to video MP4 in xamarin
I'm building an app that encodes a stream of images or an array of images into MP4 video in Xamarin forms. I couldn't find anything that works with xamarin forms and I've already tried these: 1. FFmpeg...
View ArticleHow to consume a locally hosted api(IIS EXPRESS) with android simulator
l did some research and l was told l had to edit the applicationhost.config file and bind the local ip of my computer. after running ipconfig to get the ip of my local computer(192.168.56.1) l edited...
View ArticleAdding Custom Fonts: Normal, Bold, & Italic
I want my apps to look as similar as possible on all platforms, and this obviously means including any fonts I use with app. I have read everything on the following page:...
View ArticleImageSource not works with Android mipmap folders
Recently i migrated an Android project, I'm using version 4.3.0.908675 of Xamarin.Forms. I added all the images in Android mipmap folders that were previously drawable, but now my image does not load,...
View ArticleI want to use "ConsumerIrService" in Xamarin.Forms
mCIR = (ConsumerIrManager)GetSystemService(Context.ConsumerIrService); I have been using this in Xamarin.Android but recently I needed to use this in Xamarin.Forms but it is throwing this error "Error...
View Articlehow to disable background when loading the progress bar
I have a Frame layout inside that Relative Layout and a Progress bar in side that. Now when the progress bar is loading I should disable the click for the background layout i.e Frame Layout. How can I...
View ArticleChange localization based on user country
User has a flag, from where he is from (1 - Slovenia, 2 - Croatia) and I want to change locale and app language based on this flag. When I'm on login page, user can choose what language he wants by...
View Article