how to open slide menu without using action bar and masterdetailpage for...
Hi, I want to create my own slide menu, that will open on button click in xamarin.forms. I don't want to use master detail page and action bar for it. The button will be on page and when user click on...
View ArticleWhy is Xamarin.Forms.Platform.UWP.ConvertExtensions marked as internal?
How can we access the extension function ToWindowsColor?
View ArticleFoundation.MonoTouchException: Objective-C exception thrown. Name:...
Facing Below issue.Please help me to resolve it Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Invalid update: invalid number of rows in...
View ArticleMaintainig "state" of page, when device back-button is used to navigate back...
Hi Say there are 2 scrollable pages A and B, each having 100 items in a list, A being the one displayed when App starts. User enters, scrolls down page A so that items 20-30 are displayed, then clicks...
View ArticleWhy is the set; never called on this variable when the collection is changed?
Hi! Ive been trying to get this code snippet to work for a while now, but cant figure out why the "Set;" is never called when i add items to the DropdownList, instead it just immidietly goes to the...
View ArticleHow to send multiple content to the post server method
I want to send multiple records to database in the sever at the same time
View Articleemulator error
1>Starting emulator Android_Accelerated_Nougat ... 1>C:\PROGRA~2\Android\ANDROI~1\tools\emulator.EXE -partition-size 512 -no-boot-anim -avd Android_Accelerated_Nougat -prop...
View ArticleReplace the main left bar with child left menu while tapping on the main menu...
Can Anyone help me to replace the main left menu with sub left menu(Just like Paytm App).
View ArticleHow to remove default Blue Splash screen from Xamarin.Forms App ,...
I want to remove default blue colored splash screen from Xamarin Forms App. Can you please suggest , how to do this..
View ArticleHow to left align masterdetail icon on ios?
The hamburgermenu icon is center aligned on ios, but on android it works fine and is left aligned. Master.xaml <ContentPage xmlns="" xmlns:x="" x:Class="Name.Master" Title="Master"...
View ArticleHow to bind views to a Dictionary in Xamarin.Forms?
I have View and a ViewModel. In the ViewModel I create a dynamic form (based on a form object), this "dynamic form" is a StackLayout with a N number of Views (like entries, pickers...). Lets say that,...
View ArticleHow to assign an icon to the Navigation Bar for a single page on Android
Hello, I try to use an icon instead of the title on the main page of my Xamarin.Forms app. I've read a lot of related topics, but I didn't found any solution: navigationpage-settitleicon...
View Articlefocus and unfocus called always after each other (infinity loop) in UWP...
focus and unfocus called always after each other (infinity loop) in UWP xamrine forms
View ArticleWhat's InvalidRegistration
I'm trying to send a notification. My App is running and i have this console to send: using System.Threading.Tasks; using FirebaseNet.Messaging; using System; namespace MessageSender { class...
View ArticleHow to bind a ContentView content at run time to dynamically assign views.
Say I've built a component as follows: <ContentView x:Class="MyView"> <ContentView.Content> <Grid > and a few others similar.... I'd like to define a page with some dynamic content in...
View ArticleVLC Library for xamarin forms
Hi is there a cross platform library which allows me to use VLC platform across platform, I could find a few on NuGet but it is difficult to tell which all platforms does it support. I could find one...
View ArticleOpen a PDF (with Search, Highlight and Bookmark functionalities) in Xamrin.Forms
Hey there, I have been searching for quite a while now, and I can’t seem to find a plugin that recreates the PDF viewer like iBooks from Apple: I have looked into using WebViews, but it has very...
View ArticleConditional Compilation for UWP?
Hello, I was looking for compile directives for Universal Windows Platform. I was checking this docs page...
View ArticleMigration from FCM to AppCenter Push
Hi, I recently migrated solution in which I used FCM for notifications. After migrate I discover that notification intent is not delivered to MainActivity after click notification in system...
View Article