Xamarin.Forms is a Xamarin product allowing the build native UIs for iOS, Android, and Windows Phone from a single, shared C# and Xaml codebase.
11
votes
1answer
431 views
Small android app that gives a movie based on the chosen genre
Working on my first "big" project using the mighty Xamarin. Likewise my first venture in XAML so I suppose most focus will be going towards these new areas. Performance- and user-experience related ...
4
votes
1answer
58 views
Showing items and categories after clicking on a subcategory
How can I speed up my app? It's very slow if I click on a button and open a new page. All data in time is local. I'm not sure if the problem is in my code or xamarinu.
...
4
votes
1answer
58 views
Reacting to Boolean state in reactive ViewModels
When this ViewModel loads we kick off the IsAuthenticatedCommand:
If the result of ...