Assigning variable from List Bindings
Hello, I've created a Listview that is populated by an SQLite query. Using SetBindings, I have set the values of the Text and Detailproperty of the cell. Now I'm trying to pass the values of the...
View ArticleRuntime Err in XF.Droid proj - No known package when getting value for...
I started getting this error after upgrading to XF 1.5 and all other associated updates to other modules including XS. From the stack trace given below, it appears that there is some issue with setting...
View ArticleUsing {Binding .} with value converters
Hi, I am writing an application using a ListView: <ListView ItemsSource="{Binding Places}"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <Grid>...
View ArticleStarting with Xamarin.Forms 1.5.1 pre-2
Hello, I started to check the new pre release from Xamarin with Material Design support, and I get this java.lang.RuntimeException: Unable to find application Mono.Android.Platform.ApiLevel_23 or...
View ArticleXamarin.Forms - Facebook Login : Native login page (Android)
Hello, Initially i tried to use this library https://github.com/jsauve/OAuthTwoDemo.XForms/ but the problem was that the Library opened a WebView with mobile Facebook Login, and the user was forced to...
View ArticleUsing Async in Xamarin Forms
I've created a new Xamarin Forms PCL project for iOS, Windows Phone and Android. I seem to be tying myself up in knots with async methods. The new Xamarin Forms Templates do not seem to be set up with...
View ArticleFody 'IntermediateDir' not found
Hi all I've updated to the latest and greatest of everything: Mac OS 'El Capitan', Xcode 7, Xamarin Alpha, and I find with one project where I've used Fody a bit that I get an error thrown on the...
View ArticleHttpWebRequest https problems
Hi guys, Setup: Windows 7 Visual Studio 2015 OS X Yosemite Xamarin (latest stable version) I've been trying to solve this issue. I cannot seem to get any solid information on it. But OK in short I've...
View ArticleObservableCollection doesn't seem to be updating the list view
Hi, I have a small app that displays the values from some iBeacons (estimote ones). The platform app is picking up the tag information and will output them in the Xam.Forms based UI. When the RSSI...
View ArticleXamarin.Forms UWP support & Windows 10 Mobile
Should we expect Xamarin.Forms UWP support on the day Windows 10 Mobile becomes generally available? From what I see on https://resources.xamarin.com/xamarin-forms-private-preview.html, it's a "very...
View ArticleHow to add a MapFragment within a Xamarin.Forms app
Greetings, Are there any recommendations on how to add a MapFragment (for Android) to a Xamarin.Forms app? Specifically, I want to build an app that has a region for a map but also has other controls...
View ArticleDiabolical WinPhone Memory Leak
I currently have a memory leak I can find no work around for. I have lodged a bug report with a repro here: https://bugzilla.xamarin.com/show_bug.cgi?id=34756 While Xamarin are getting around to even...
View ArticleText being trimmed in a Label when rotated
Hi. This is my first post here in Xamarin Forums, so please excuse me (and do let me know!) if this question is not placed where it should or whatever. I'm also pretty new with Xamarin itself, so maybe...
View ArticleView hierarchy in android leeds to StackOverflowError
Hello, we are currently testing our Xamarin.Forms application on older android devices (with < 1GB Ram). On lot's of these devices (which are still very common in our target countries) the app...
View ArticleCan we Merge two different solution like xamarin.forms and Xamarin.Android...
Can we merge two difference type of solution like Xamarin.Forms and Xamarin.Android (or Xamarin.iOS)(Which gives more richer control) ?
View ArticleHow to adjust the spacing between two control ?
How to adjust the spacing between controls in page ?
View ArticleHow to get binding property in ViewCell
I know in ViewCell you can bind value to a View's property like: var lbl1 = new Label(); lbl1.setBinding(Label.TextProperty, "value_from_binding_setup_in_listvew"); But is there a way to get the string...
View ArticleCrash reporter
Helloy!!! I develop app on Xamarin.Forms and now I need crash reporter, how I can do it?
View ArticleHow apply custom theme ?
How to apply custom themes which automatically set the text color according to the themes which I applied ?
View ArticleHow to Align View at Bottom of RelativeLayout?
Hi, This question might be to simple to answer but I still havent found a good way to accomadate the View height itself when i try to Align it at a bottom of a relativelayout. Any suggestions? Code...
View Article