How to use Xamarin-Forms-Labs ViewModel with a MasterDetailPage?
I tried some MVVM implementation for my Xamarin.Forms project and the XLabs' ViewModel looked the best for me. But I do not really know how to make a, for example, MasterDetail XAML page with it. My...
View Articlelistview header and footer
Hi Where can I find an example how to use header and footer in new listview? Not mvvm... Thanks
View ArticleWorking with referenced tables
Hi Guys, lets say i have a relation between an Invoice and an Customer. Now when the user creates a new invoice - there should be an entry field "Customer" - the field should be readonly - when...
View ArticleBehavior issue
Good aftnernoon ladies and gents. My situation is as followed: - Portable project with a Custom Behavior in it. - Regular Xamarin project which has a reference to the Portable project in the Shared...
View ArticleCan't tap into Scrolled event in ListView in iOS (haven't tried Android)
I'm trying to register an event handler in a custom ListViewRenderer and it looks like this: this.Control.Scrolled += (object sender, EventArgs ev) => { Console.WriteLine("Scrolled!"); }; ..but keep...
View ArticleWindows10 64 bit crash on startup
We're trying to build our app for Windows 10 64 bit (it works on 32 bit). Get this exception at startup in MainPage() when we try to instantiate the app (xxx.App app = new xxx.App()) Message =...
View ArticleError: Invalid resource directory name: "res packages.config"
I've searched, and searched, and searched... and I cannot find the answer to this problem I am having. I got a new laptop (Window 8 installed) and installed Visual Studio 2013 update 4. Then I...
View ArticleNew Xamarin.Forms Guide: Custom Renderers
Xamarin.Forms user interfaces are rendered using the native controls of the target platform, allowing Xamarin.Forms applications to retain the appropriate look and feel for each platform. Custom...
View ArticleTrying to set up Tamarin with Jenkins for building from Bitbucket
Hello all, I am stuck and not just stuck super stuck. I am trying to build a project from Bitbucket, using Xamarin and using Jenkins to build it. I am not able to get any of this to work, if this is...
View ArticleMobile Chat Back End - what languages/technologies should I learn to achieve...
I am trying to learn and build an app that can integrate mobile chat. Mostly, I’m wondering what languages/design patterns/technologies I should learn so that I can fluently build and fully understand...
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleHorizontal ListView / Carousel View PCL
Hi folks! I was wondering if there is any control out there to have a Horitzontal listview or a CarouselView for PCL? I was implementing chrisriesgo.com/xamarin-forms-carousel-view-recipe/ but...
View ArticleVisual Studio 2015 Update 1 - XF 2.x and still no intellisense ??
Is it me or do we still almost 1 year after a release not have any intellisense inside visual studio 2015/2013 with latest Mickysoft update 1 ????????? I'm kinda really shocked that VS Xamarin plugin...
View ArticleDependencyService.Get() returns null; Only 1 platform installed.
I only have the iOS platform on my Xamarin.Forms project, no Android or WinForms. Everything I have read about the DependencyService is that it requires you to register the implementation of the...
View ArticleHow to make InputTransparent for an entry?
I have a StackLayout with a TapGestureRecognizer. Inside this StackLayout, i added an entry, then set InputTransparent of entry is true. Then when i tap on entry, it will skip focus into entry. It work...
View ArticleHow to Solve Out of Memory in exception in Android?
Hi All, Currenlty I am working on one project, randomly it produces an error that is Out of Memory Exception in Android. How to resolve this? Thanks, Suneel.
View ArticleHow to create a "2 dimensions" ListView?
Hello, I'm beginner in Xamarin and I look for a solution allowing me to reproduce this presentation: Each item will contain: - a background color - a label - possibly an image The items will be...
View ArticleListview bug
Working on an application, Xamarin Forms, where I have a listview initially rendered with some items hidden, item has attribute bound to visibility. Changing the state associated with the item does not...
View ArticleActivityIndicator Not Working
I'm new to the forums, so sorry if this is a repeat. I posted here, https://forums.xamarin.com/discussion/comment/69532? but I suspect that thread is marked as answered. I've got an ActivityIndicator...
View Article[XAMLC] compilation failure. Need more info
Hey guys, I'm getting a XAMLC compilation failure, but unfortunately the info that gets dumped in the error console is not helpful. I've validated all of my XAML and it appears to be correct, however...
View Article