iOS 9 not showing splash - launch screen
Hi! I have added a LaunchScreen xib file to my Forms project. The first time after adding launch screen it worked ok, but then I modified the screen and now only shows a black screen. I have tried to...
View ArticleCreate Horizontal menu
Hi guy, I am newbie in xamarin form. I want to create horizontal menu. Please, give me a solution or example. Thanks
View ArticleButton doesn't work first time App is launched.
Hello all, I have a rather specific issue, the when my app is run for the first time several buttons in the app fail to run their commands. This issue is corrected by closing and relaunching but...
View ArticleFailed to resolve System.Void...
I'm trying to release a Xamarin.Forms application, but when I change to release in the configuration for the Android project and build I get the following error:...
View ArticleTree View in Xamarin forms.
Hello guys, Is there any way to implement Tree View in Xamarin forms ? If yes then please let me know how ? Thank you.
View ArticleFree Xamarin Forms TreeView (All Platforms)
Give this TreeView a go: https://github.com/MelbourneDeveloper/Adapt.Presentation/tree/master/Adapt.Presentation.Standard/Adapt/Presentation/Controls/TreeView It's very simple. No custom rendering....
View ArticleINotifyProperty Not Working for static properties in xamarin forms
I have implemented INotifyPropertyChanged for static property in my code. But it doesn't affect UI. Here i have added my code. Anyone has idea on this. Thanks in Advance. private static string...
View ArticleHow to redirect one detail page to another on button click in Master-Detail...
I have one master & four detail pages (e.g. Home, Cart, Profile & Products) On cart Page suppose I have button, Onclick event of that button redirect to "Product Page" How to redirect, so that...
View ArticleRTL layout
Hello, i have the requirement to provide my app in arabic, so i need a way to change my layout to a right-to-left layout based on the selected language. I noticed that some views automaticaly switch to...
View ArticleXamarin Forms RTL solution until Xamarin's RTL release
Hi, What's the best solution to make my cross platform uses RTL layout until Xamarin releases this feature? Thanks, Jassim
View ArticleChange master page selected item when navigating from somewhere else
Hello, I'm unsure how to properly change the selected item in the Master Page of a MasterDetailPage if i navigate by clicking a button on a Detail Page. So to be clear: Im not talking about a Master...
View ArticleGoogle Maps displaying white screen when Android Devices unlocked
I am using the Xamarin. Forms. Google Maps API V2.1.1 in my application. Its working fine with Android & iOS. But in Android, while working on google map screen I locked the device and unlocked....
View ArticleHow to create dynamic Grid in Xamarin Form ?
Based on List data I have to create Grid and show data in row and column in Xamarin Form . suggest me How to do that ?~~~~ Thank you
View ArticleSwipe to delete functionality for ListView using Xamarin Forms
Hi, Can anyone suggest me how to implement swipe to delete functionality which is a default functionality for listview in native iOS in xamarin forms for both Android and iOS. Thanks, sunil
View ArticleHow to change Text properties from Arc.UserDialogs plugin?
Hi. Is it possible to change properties like, the Loading Text in Arc.UserDialogs? I need to localize it so the "loading" text would show in different languages. And of course I may need the same thing...
View ArticleRelative layout not over lapping other views (Xamarin.Forms)
Hi I am trying to build my own autocomplete control as the ones I tried did not have all the functionality I needed. I simply have the Entry view and a list view which becomes visible when user enters...
View ArticleError testing Xamarin.Forms app in iOS
Hello, I developed a Xamarin.Forms app which works fine in Android. Now I want to test it in iOS. In my Mac, I have VS2017 and load the solution. It compiles OK and it runs OK in an iPhone emulator......
View ArticleWhen navigate on a new page the ItemDisappearing event cant fire Only in...
In Xamarin.Forms My ListView have 10 items. Plus footer have one button. If I click the button. Then navigate to next page. In UWP when I navigate to next page then ItemDisappearing event will be fire....
View ArticlePlaceholder Editor
How can I have a placeholder in an Editor in the same way as I can in an Entry field ? Regards
View ArticleExtending a base class in XAML
Hi There So I found myself making a bunch of views that have very similar functionality and wanted to make them extend from a base class. Originally these were custom XAML extending ContentView:...
View Article