How to resolve errors in Resource.designer.cs when building for Android
My Android build has been reporting errors in Resource.designer.cs, an automatically generated file. The errors result from a full-stop (aka period) being in a couple of entries in the .cs file, as per...
View ArticleHow to hide a Row or Column in a grid layout?
In XAML Windows it is possible to hide a row or column in a GridLayout. Is this possible with Xamarin.Forms? So far I found out that I had to hide all controls inside an set height (for a row) to 0;...
View ArticleXamarin Forms Android Fixed Notification
Hi all, I want fixed notification xamarin forms on android. I mean like music app or love counter app notifications unremovable and updateable. Also the notification package should be able to do them....
View ArticleCenter item in RelativeLayout
Hi guys, I have faced with another issue ... It is difficult to find how to center image or another item inside RelativeLayout ?! I have found something like this solution:...
View ArticleFetching data from REST API and MVVM model
I made a Connection class, where I have everything related to connection to REST API, including URL, generic methods and it's working as intended. Then I have LocationPage, where locations are...
View ArticleLayout problem
I'm new to Xamarin and I can't figure how to get rid of the gap between the two rows of my grid. I set all the margins and padding to zero that I could: <ListView x:Name="_listView"...
View ArticleXamarin.Forms and Windows phone Panorama Control ?
I'm a newbie and I want to work with Xamarin to target windows phone platform firstly then iOS and android ( later ). I'd like to know if it's possible and how to devevelop a UI with Xamarin.Forms...
View ArticleDynamic Push Notifications
Hi guys, I've created a SignalR Server in ASP.NET for my Xamarin.Forms application to handle realtimed actions. What would be the best way to submit Push Notifications through my ASP.NET SignalR server...
View ArticleStore sensitive data
I have some sensitive keys that I want to have on my app, but I don't want to store them on the shared project for obvious reasons. On android, you can store keys in the .gradle file and read it from...
View ArticleHow to change the change Cancel and Ok buttons' color in the picker?
I'm using a custompicker in my app and I need to change the cancel and ok buttons' color. I recently changed the whole theme of timepicker and datepicker for android by adding this code to the style...
View ArticleiOS release version crashes immediately after showing splash screen. Works...
Hi all, Im having a major issue here that Ive been battling now for last few days and this was previously working as well. My release version on the app store is crashing directly after the splash...
View ArticleRunning my xamarin forms project from the command line?
How can I run my xamarin forms project on iOS simulator via command line (terminal on mac)? I have seen usage of mono, msbuild and dotnet.
View Article