Change NavigationPage behavoir
Hi, I have the following problem. I have a page from where you can access several pages (via navigationPage...) something like: Page 1 Option 1 Option 2 Option 3 where every Option is it's own page......
View ArticleXLabs and PCLStorage bug since Xamarin.Forms 2 update
I'm developing a cross-platform application (PCL) which worked like a charm before i decided to update "Xamarin.Forms" and "Xamarin.Forms.Maps" from version 1.3 to version 2.0.0.6484. Since that time,...
View ArticleWindows Phone 8.1, "Package.appxmanifest is not well-formed XML"
I've got a Xamarin.Forms solution that I've been developing for iOS and Android, using the Prism MVVM framework and everything has been going great. I decided to install Visual Studio 2013 Express and...
View ArticleAndroid.Content.Res.Resources+NotFoundException: Resource ID #0x0
I have update my XamarinForms app using the AppCompat theme. I use a MasterDetalPage and when I try to open a TabbedPage from the Datail I obtain this error: 02-17 11:09:17.380 I/MonoDroid(30717):...
View ArticleFreshMvvm 1.0 Released
Just an FYI, FreshMvvm has been released as 1.0. I would love any feedback from the community so let me know. http://www.michaelridland.com/xamarin/freshmvvm-1-0-released/ Thanks Michael
View ArticleGeneric Approach to CRUD Dialogs?
Hi, does anyone have some recommendations how the boring job of implementing CRUD Dialogs can be solved? In almost every App you have more then one list of Items that has to be created, edited or...
View ArticleHow to (re-)enable location service with iOS 8.x?
Hi all I have installed XF 1.3-pre-4 with iOS 7.x. After update to iOS 8.1.2 on my iPhone 5, the location-service don’t have worked anymore. In then have posted the problem and received an answer from...
View ArticleHow can i achieve the same effect by using forms as Fragment in android?
My Goal is to have one Contentpage, with tree container Layouts and then add some views to those container layouts depending on what user click on. The replacement views will contain buttons, listview...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleDetect Inactivity
Hello, how to detect inactivity in Apps developed with Xamarin.Forms? Can someone help please..
View ArticleIs it possible to take photo without preview in Xamarin.Form
****Xamarin.Form**** Please give me a sample code for taking photo without launching camera app
View ArticleGetting error for UWP
Hello guys, while working on UWP for xamarin forms, I am getting the following error "The size of the state manager setting value has exceeded the limit.Error trying to write application data container...
View ArticleDisplay some progress dialog during the time data are being fetched
I am building an app in Xamarin.Forms that display news from different sources. I fetch the data from the internet using JSON Format. I am using the code below. What I want is to display some progress...
View ArticleDebugging to Device Locks Up
Hi! I am relatively new to Xamarin and I am not sure what is going on. I have build a XF/PCL Android scanner application and I am debugging to a Moto-X Gen 2 device. When I debug, about 1 out of every...
View ArticleHow to change the Imagesource of ffimageloading.CachedImage
Hi, I try to achieve the the following. I want to have an CachedImage on a Page that displays at first an image stored in my resources (placeholder). After the user picks another image I want to have...
View ArticleCases (Brazil Xamarin)
guys, I'm writing an article about Xamarin.Forms and would like to show some ready examples made by developers worldwide. So who can share your case by sending only the APP function and a...
View ArticleAppCompat v7 Crashes on launch
When including AppCompat v7 in a Xamarin.Forms project, I get the crash below when opening the app. My target SDK version is 21. If I change the theme the xml inherits from to Holo instead of...
View ArticleCan't find a working sample of Camera integration with Windows Universal...
I have searched tirelessly for a working sample of camera integration with Windows Universal Platform (Windows Phone 10). I have pulled down XLabs and still don't see support for this platform. I...
View ArticleFind controls in a click event
Hi, I have some controls in my page : public Page1() { var userEntry = new Entry { Placeholder = "Nom d'usager Agora" }; var passwordEntry = new Entry { Placeholder = "Mot de passe", IsPassword = true...
View ArticleA question about UWP app for xamarin forms.
Hello guys, I am creating UWP app in xamarin forms. Is there any way to create device specific UI for UWP. If yes then please help me to do this. Thank you.
View Article