File Picker not working
Hello i'm using acr-xamarin-forms to allow user to select file in my app. I'm using following code var device = Resolver.Resolve (); var mediaPicker = DependencyService.Get (); if (mediaPicker == null)...
View ArticleHow to get Activation key without buying Parallels software
I have downloaded Parallels Desktop 10 for Mac from here http://www.parallels.com/products/desktop/download/... while installing, it asked Activation key..... I tried to get from here.....
View ArticleUnable to find a version of XF compatible with...
I have 5 packages (Xamarin.Android.Support....) that can be updated, but I have this error (for all packages...) Attempting to resolve dependency 'Xamarin.Android.Support.v7.AppCompat (= 23.1.1.0)'....
View ArticleXamarin.Forms linker
Hello again, Finally I am finished with developement of my Xamarin.Forms application so I started deploying an apk. Of course I tried to add Link SDK Assemblies only, because otherwise the apk would be...
View ArticleApp slows down over the period on Android (Memory leak?) How to fix it
Hi there, We are building one app with two screens and master detail page Categories in Master Detail page – We have 6 categories in hamburger menu.. Clicking on each category will show below page List...
View ArticleEmbed ListView in a listview
Can I use master detail in a ListView . Maybe embed a ListView in a ListView , or embed a custom page in a ListView cell temple. I have done this in a TreeView ion Silverlight !!!!!!!!!!!!!!!!!!!!!!!!...
View ArticleAdd windows phone project in existing xamarin.forms application
Hello, I would like to add windows phone application in running xamarin.forms applicaion. I'm running a Windows 8 PC with visual studio 2015 installed on it. But i'm unable to add windows phone...
View ArticleImageSource binding resets, image disappears after appearing
I have an image control in one of my app implementation using xamarin forms (2.0), which is binded to an ImageSource XAML Code: <Image x:Name="MyPhoto" Grid.Row="0" Grid.Column="0"...
View ArticleConvert ImageSource to Stream
I'm developing an app that needs to share an image with Instagram. The image is downloaded from a url so is not stored locally. The image downloads fine. Is there a way to convert the downloaded image...
View ArticleThe „community documentation thread“
Hi all I have posted a thread with „wishes to the forum“ some time ago here: https://forums.xamarin.com/discussion/42324/wishes-to-the-forum#latest @JohnHardman has posted a suggestion, that adding a...
View ArticleGetting a grid of buttons without the spacing in between.
What do I need to do to avoid the default spacing between two buttons? I have tried setting padding to 0, BorderWidth etc. I am using Grid like this: in ctor: InitializeComponent(); var grid = new Grid...
View ArticleHow to set the tab order on Windows to support keyboard usage?
I've just been tabbing around controls on the pages of my app running on Windows. It's hard to see quite where the focus goes sometimes, but it seems that the tab order is all over the place, neither...
View ArticleXamarin.Forms equivalent to fill_parent/match_parent and wrap_content?
This drives me nuts. I cannot make the Views to behave as I want to.
View ArticleNo Picker Item Template
Hi Everyone! I did a bunch of searching, but before I implement a workaround, just wanted to be sure that: There is no way to create a DataTemplate for a Picker item. Thanks
View ArticleHow to get latitude & longitude quickly without running the battery down?
I suspect I have a conflicting requirement. I need to be able to get the current latitude & longitude quickly, not all the time, but when the user performs a particular action. If battery were not...
View ArticleListview images disappear upon fast scrolling
I have a listview with about 200 items. Each row has an image and two labels. On Android, when I scroll down fast, images disappear temporarily and are loaded again. On WP, sometimes they never show up...
View ArticleAccess specific list cell selected by the user in a list view filled with...
I have a list with entry fields where I am binding data from the server, now everything works fine but now I have an issue where I want to save the data entered by the user in the entry field on the...
View Articlehow to create a pop up form in XF?
I would like to build a popup form like in the screenshot? is it possible on xf?
View ArticleDevice Token
Hi there! I'm wondering if theres a plugin or something to get the device token for Push Notifications. Is @JamesMontemagno Plugin DeviceInfo == device token? Cheers!
View ArticleHow to perform Push notification in Xamarin.Forms?
I have a PCL project. How can I perform platform specific Push notifications ?
View Article