Hamburger menu Xamarin.Forms (especially for Android + iOS).
Good day! I'm sorry for disturbing you. Im new in Xamarin Forms and im trying to build a app which has hamburger menu like this... Sorry but can not add screenshots (( I found this in the Internet, but...
View ArticleCollectionView Grid Span
Hi, I am having some issues with the CollectionView I am running Xamarin.Forms 4.00 pre-8 with the below XAML <CollectionView ItemsSource="{Binding Media, Mode=OneWay}"...
View ArticleVS2019 Error - This ABI is no longer supported.
Existing solution builds fine in VS2017. Pulled it down from TFS to a new directory for testing in VS2019. Everything builds including the java binding libraries and all projects. Until it gets to the...
View ArticleModal Popup not showing Navigation Bar
Hi, Referring to this thread: https://forums.xamarin.com/discussion/comment/370580#Comment_370580 when I changed from: Navigation.PushModalAsync(new NavigationPage(new Signin()) { BarBackgroundColor =...
View ArticleHow to pass data back to previous page in Xamarin Forms?
How do I pass selected Item of list view present in one page to the previous page in Xamarin. Forms? Please Help
View ArticleUnwanted Behavior of Master-Detail Menu/Hamburger button
Description XF: 3.6.0.293080 Using the basic template for Master-Detail App with SplitOnLandscape MasterBehavior the menu/hamburger button does not work as expected. The button shows in the Landscape...
View ArticleLocal reminder notifications
Hello I need help, I'm working on an application that has to control the day and time to deliver tasks. The logic of the application is as follows: the user must enter date and time to deliver his...
View Articlehow to bind category in grid view.
Hi I want to Bind category dynamically in 2 dimensional like 00 01 02 10 11 12 20 21 22 Please give some idea that I will achieve it. Thanks
View ArticleXamarin Live Player vs Gorilla Player
Can someone tell me what is better at the current moment? Xamarin Live Player is official, but still in development. Gorilla player seems more stable. Did you test them both so you can tell me the...
View ArticleXamarin.Forms project advice seeking
The App I am attempting to make an app must have a client facing app and a business facing app. I have decided to use a web api for data extraction etc. I want to know whether it is a good idea to:...
View ArticleDiagnosing package installation issues
I have a Xamarin Forms app (3.6.0.264807) that successfully runs on a connected Android device (Nexus 7) when debugging in VS 2017. However after archiving, the resulting package will not install on...
View Articleflexlayout Binding
Hi I am testing the new Flexlayout to create a new view with multiple Buttons from a ObservableCollection in code .. ** foreach (var item in Transitems) { Button _button = new Button { Image =...
View ArticleFloating push notification is not working in some android devices.How to fix...
Hi, I have an app that should show headsup notification while the app is in both foreground and background(not in history). And my sample json data is like this. { "to":"push-token", "priority":...
View ArticleHow to Get latitude and longitude using Essentials
i'm trying to get lat and long using Xamarin.Essentials package but i'm getting an exception says"exception: this functionality is not implemented in the portable version of this assembly. you should...
View ArticleNotification Tap not working when app is in foreground
I have developed FCM notification in app. Everything is working file except if app is in foreground/background, In this state if notifications coming When i tap that notification it is opening App,...
View ArticleActivityIndicator issue xamarin form android application
I have a login page, i want to show the ActivityIndicator while the page is busy executing an async method. the ActivityIndicator is showing based on the IsLoading property on the ViewModel class....
View ArticleRadio Button for Xamarin Cross Platorms
Hi Guys Is anyone knows how to use radio buttons in xamarin? I used XLabs for the checkbox. Can I also use XLabs for radio? Is there any other solution without using Packages, coz I already used a lot...
View ArticleCollapsible Toolbar in Forms application?
Hi! I've googled a lot of different resources and basicaly found no answer to my question which is: is it possible to create this using Xamarin Forms? I can achieve changing the color of the ToolBar to...
View ArticleOnBackButtonPressed pressed event not call
Hi All, I have three page like login_page, dashboard_page and list_page I have implemented OnBackButtonPressed event in dashboard_page and display alert message when press back button from device. When...
View Articleattach event handler to ListView items from Android/iOS project
Hi I have a ListView that has an ItemTemplate as ImageButton //XAML <ListView.ItemTemplate> <ImageButton Source="{Binding IconURL}" Clicked="???"/> </ViewCell> </DataTemplate>...
View Article