using included Symbol Icons for AppBar with winrt
How do I make use of the symbol icons included with WINRT? So usually in winrt I just do this <Page.BottomAppBar> <CommandBar> <CommandBar.PrimaryCommands> <AppBarButton...
View ArticleXamarin Forms and Azure Mobile Service with Facebook authentication fails
Hi, I've setup my app to authenticate to Facebook. Attached are the settings I've used. When we run the app and click on a button to authenticate to Facebook, it doesn't work and we get the error...
View ArticleExpander
Is there a way to put and expander inside a ContentPage? I have a MasterDetailPage app and i would like to have sort of an expander; like the one used by gmail app where you specify multiple gmail...
View ArticleWebView and ListView in one page.
Hi there, I've been struggling with this for a while now, but for some reason I can't seem to find the solution. So please help me out! I'm trying to build a BlogPage which consists out of 4 parts; 1....
View ArticleAndroid keyboard and the ContentPage view collapsing/expanding issue w/...
Hi, after I upgraded to 1.5.1 and getting material design in place, my app is working and looking great in Android. HOWEVER the view when focussing or unfoccusing the keyboard does not work as...
View ArticleFreshMVVM and XLabs
Hi together, I’m currently implementing an app with Xamarin.Forms for all three platforms. Looks good so far using FreshMvvm-Framework. For having some extras in the app (geolocation, calendar, a...
View ArticleProper way to Use Xamarin Forms with RESTFull Web Services and backend data
Hi, I'm new to Xamarin.Forms, I have some questions about project structure and data access. I would like to create a Xamarin.Forms.Portable Solution for all three platforms with common data access...
View ArticleXamarin.Forms Running project hangs
Hello, I am new to xamarin and started with xamarin forms.Using visual studio 2015, I created xamarin.forms(shared) project. and without making any further changes. I am trying to run android project....
View ArticlecontentSize is 0 TableView
Hi everyone, I've been struggling with this for two days now and still can't seem to get it fixed.. so I hope you guys are able to help me out! I have a page which has a WebView and a ListView. Both...
View ArticleXamarin and MongoDB and Couchbase lite - error adding nuget
I am trying to add a MongoDB nuget and also a Couchbase Lite nuget to my project. I am trying via adding it to the Xamarin.Forms project and also trying to create a PCL as well. I am unable to add the...
View ArticleWhere are the release notes for 2.0.0?
Can't see them in NuGet. Can't even see an announcement on this forum.
View ArticlePicker.Clear() System.ArgumentOutOfRangeException
Hey guys, I just realized a strange behaviour in my app. Situation: I got the following Data-structure: A customer got multiple projects and projects got multiple orders. In my app the user can select...
View ArticleTerrible TableView perfomance on Android
I am using XF to create an Android app and I use TableView to create a page with settings. However you scroll the table view, the more you do it, the slower it gets. You can also see GC going crazy in...
View ArticleHow to get obtain the 10 last registers in SQLite?
I'm trying to get my BD Sqlite the last 10 records from a table. I tried it with the following command: return _sqlconnection.Table ().Last (); But I just returned last record, if I test with the...
View ArticleHow to print the current display screen xamarin.Forms (windows 8.1)
Hi I created a app in xamarin.Forms for windows. I am displaying a list to the user and i would like to give the user the option to print the list. I found a demo app that was build in windows 8.1 (not...
View ArticleTimePicker does not appear to behave like the DatePicker
We're making use of the Focused/UnFocused event. What we've found is the DatePicker will have the value you've just picked all set and ready for you to use in the event when UnFocused occurs. The...
View ArticleBug? MasterDetailPage set IsPresented while changing tab
I'm using a TabbedPage where a certain action in one tab will cause the app to change its current tab. All tabs are MasterDetailPages. During this change, if an iOS device is in portrait, the Detail...
View ArticleMVVM
Any one please give me complete reference for using MVVM in Forms. @LaurentBugnion
View ArticleSpecific image not loading on Android
Hi there, We're loading several images from the web with the following code: var currentImage = this.ViewModel.SelectedObject.Images [0]; var imageSource = await this.ViewModel.GetImage...
View ArticleXamarin Forms 2 Package
Hello just updated to Xamarin Form 2, but can't find any informations about it ! Changelog ? Anything ? Thanks in advance !
View Article