Tool bar items on master page adding multiple times
Tool bar items on master page adding multiple times. Here is code var Logo = new ToolbarItem { Icon = "logo.png", Text = "", }; var tUserName = new ToolbarItem { Icon = "", Text = "Hi, " +...
View ArticleHow can I see the data of my SQLite in xamarin?
I'm using visual studios - xamarin - and I want to see the data saved it inside of my SQLite. How can I do it?
View ArticleAdMob update for Xamarin Forms
Does anyone know the most up-to-date way to use AdMob for android please? Since the breaking changes in version 17.0.0 of the SDK you can no longer use the same method James Montemagno uses, and his...
View ArticleLocation permission dialog hidden behind view
On my emulator when asking for permission to read GPS location, the permission dialog is not showing. I found that for some reason this dialog is hidden behind the view.. I wasn't able to find a...
View Articlethe best overloaded method has some invalid arguments
Hi, I am trying to store image from URL into an image viewmodal but getting: the best overloaded method has some invalid arguments Here is what is m trying: viewModel.Image =...
View ArticleCan't change App Shell Tab to Navigation Page
Does anyone know how I can make a Tab a NavigationPage? Basically the problem I have is that I have a view I navigate to from one of the Xamarin Shell tabs. I am using Prism Mvvm so I have...
View ArticleCollectionView missing docking GrouHeaderTemplate on Top when scrolling
Unlike ListView, CollectionView missing this important feature or I miss something?
View ArticleFlexLayout in GridView
I'm trying to make FlexLayout in GridView. That FlexLayout with Frames should make a move left to right, but it is always from top to bottom. I gave up to do it myselft after a few hours. I would be...
View ArticleCheck Internet connectivity
Hi, Can anybody suggest me how to check internet connectivity for both iOS and Android commonly using xamarin forms? Thanks, sunil
View ArticleGet the stepCount for android in xamarin forms?
Can anyone please let me know how to get the Stepcount for android in xamarin forms? Thanks in advance.
View Articlehow to allow to upload less than 4 photo
Hi xamarin forum I have created uploading 4 photo to server however if I try to upload like 2 photos the app crashes anyway here is the code for uploading Upload.cs public partial class...
View ArticleHow to get the clicked item from MpAndroidChart(UltimateXF) in Xamarin forms
I'm using MpAndroidChart(UltimateXF) for my app. I created the piechart successfully but I am unable to create a event listener to get the clicked item when user touched one of piechart item. This is...
View ArticleImage binding using path in Xamarin forms
Hi All, This is how I am trying to bind image in ListView- fruitGroup.Add (new MenuListModel () { Name_PriceTag = "strawberry", IsReallyAVeggie = false,Comment = "spring...
View ArticleGet average color of image
Hi, i want to get the average color of an CachedImage (FFImageLoading) in Xamarin Forms. Found some platform specific solutions, but try to do it all in Forms. So i try it with SkiaSharp to get the...
View ArticleHidesBottomBarWhenPushed
Hi, There is lots of hacks to make this work (sort of), any official word from Xamarin? First time it was reported back in 2014, is this still not implemented?
View ArticleHow to tell if app is in the background or foreground
I am using App center to post push notifications and I have an action set to my push so that tapping on the notification will open a browser. But I want this to happen only on tapping the banner. Right...
View ArticleCollectionView bug in Right To Left Mode
Hello. I tried the Collectionview and it seems it has a bug when flowDirection is RightToLeft and ItemsLayout set to GridItemsLayout with Orientation Vertical.(at least Span =2) In this case the...
View Articletabbed page with popup menus?
i have a masterdetail page with 10 items in master. I am thinking to convert it to tabbed page but 10 page items are too many. I am thinking to group them into 3 or 4 and when user taps one shows popup...
View ArticleHow to use OrderByDescending properly
Hi xamarin forum I tried every sample I can found over the net but still I have error to Cannot implicitly convert type 'System.Collections.Generic.List' to 'entities.tablename' anyway here is the code...
View ArticleFirebaseAdmin on the BackEnd
Does anyone has an example code for Dotnet Core ? The google documentation is next to useless. Thank you.
View Article