Map in Xamarin.Form ( On Android Device )
Hello Gurus I'm trying to load map on Xamain.form application. I've followed all the instructions given online but when i deploy on android device i got nothing but a blank screen. Screen shot is...
View ArticleHow to disable swipe on TabbedPage in Android?
I'm looking for a way to disable my TabbedPage switching tabs on swiping. Is this possible? Any help appreciated.
View ArticleTelerik RadListView
Hi I am using telerik radlistview .. i used gridlayout in ios it is displaying lines i dont want to display those lines .. how to remove it ?I have attached the image how it is looking in ios Thanks Lucy
View ArticleXAML Global style - How to access a static class for use color properties?
Hello, My application will be used by many enterprises and i have a theme color by enterprise. A theme is storage in a static class on string properties (hexa values). I want bind the selected...
View ArticleAndroid Project Release causes "Conversion from assembly to native code...
If I select "Bundle Assemblies into native code" I get the error. I am compiling the project on a Windows 10 machine running Visual Studio 2013 Premium Update 5. Here are my Xamarin settings. Xamarin...
View ArticleHow to show MapPin label in Xamarin.Forms.Maps?
I have added a Label in MapPin of Xamarin.Forms.Maps but it is not displaying on UI. Code: Pin MapPin = new Pin(); MapPin.Type = PinType.Generic; MapPin.Position = new...
View ArticleHow to get items in a ListView to display horizontally?
So basically my binding works but i dont want the items to be scrollable vertically but to be scrollable horizontally ive looked around ListView xaml page and it has no option to display the...
View ArticleTextColor change to an object Picker
Hello everyone, First of all I apologize for my English;) As the title, I'm trying, but without results Here the class Android written by me, after setting up everything for the use of custom...
View ArticleLoad Image form byte[] array.
Hi, there is the posibility to load in the Xamarin.Forms Image an Image from a byte[] array? Thanks
View ArticleForms frame isn't the same on iOS
I was using Xamarin Forms to create Android version with frames without any custom renderer of frame, it's fine. But when I use it on iOS, all frames are shadowed and separated to each other, it's...
View ArticleImageSource.FromStream()
Hi, I've been trying to get an image inside of a frame to display onscreen. Currently, I have a property in my ViewModel which is bound to from Xaml. When the image source is set in Xaml to a local...
View ArticleIs there a way to persist some string token through reinstalling?
I want to create some token when the app is installed and persist it even if it is uninstalled and then installed. Is there a way to do that?
View ArticleApplication gets crashed in release mode
Hello I was working on a map application yesterday and it was working fine in debug and release mode both . But today when i started working on same application, It stops working in release mode. In...
View ArticleCreating and Loading XAML dynamically at application's runtime in Xamarin.Forms
Hi, Is it possible to Create and Load XAML file dynamically at application's runtime in Xamarin.Forms to create the application's UI ? As it's possible in WPF. I have also noticed this thread which...
View ArticleUse custom fonts for Android w/o Custom Renderer
Based on these docs one can use a custom font without a custom renderer for Android in Xamarin.Forms. I tried this approach, with a custom font and system fonts, the font is not recognized. I included...
View ArticleGet image of map on android
I'm using Xamarin.Forms.GoogleMaps to show a map on iOS and android. I'm trying to screenshot the map to get an image of it. On iOS this works fine, but on android, the screenshot image is a black box....
View ArticleTabbed Pages: System.ArgumentException: Handle must be valid Exception
Please can somebody help? I have a Xamarin Forms PCL Cross-Platform App where I am specifically targeting Android and IOS. The App using a Tabbed Page populated with four child pages. When I start the...
View ArticleGoogle OAuth2 - The access token has expired but we can't refresh it.
I am using Xamarin.Auth component and using OAuth2Authenticator i got access token, but not refresh token. When I uploads video using Youtube API it fails with an exception as: "The access token has...
View ArticleUsing Embedded Images via binding
Hi, I'm new to Xamarin Forms only started a couple of weeks ago coming from a WPF / MVVM background. I have a MasterDetailPage all working without icons so I am trying to 'bind' embedded images. So in...
View Article