How to assign a toolbar items on to the left for android in xamarin forms?
Hi, In xamarin forms project, I want to assign the toolbar items to the left. I was able to do it for ios through custom renderer but did not find solution for android. Any help would be appreciated....
View ArticleHow to assign a toolbar items on to the left for android in xamarin forms?
Hi, In xamarin forms project, I want to assign the toolbar items to the left. I was able to do it for ios through custom renderer but did not find solution for android. Any help is appreciated. Thanks
View ArticleIs there an API for implementing versioning and updates of the apps
When I worked on UWP apps I had to implement a custom system for versioning and updates. I wonder if this gap is filled in Xamarin? What I'm looking for: When I build a release version or a custom...
View ArticleFuture of Xamarin and .NET 5
Recently I came across this article about .NET 5 (https://devblogs.microsoft.com/dotnet/introducing-net-5/). I can summarize the article with ".NET 5 to rule them all". Actually I saw similar comments...
View ArticleWill Apple Reject this solution for getting unique id in xamarin ios?
public string GetIdentifier() { var query = new SecRecord(SecKind.GenericPassword); query.Service = NSBundle.MainBundle.BundleIdentifier; query.Account = "UniqueID"; NSData uniqueId =...
View ArticleInfo.plist file for Xamarin.Sdk.framework is missing
After uploading a build of the iOS app, App Store Connects gives the error: Invalid bundle: The Info.plist file for Xamarin.Sdk.framework is missing or could not be read. What can help solve this issue?
View ArticleCan I optimize Xamarin Forms Cross-Platform app which using SOAP web services?
First of all if question asked before please excuse me. It's my first question here and coldn't find any solutions about it. I developed a cross-platform xamarin forms app. It uses Microsoft Dynamics...
View ArticleGet Rg.Plugin.Popup button click event to another page
I have a content page and Its have a button. when click it its shows a popup. CustomPopup = new CustomPopup(CustomMsg, MessageHeader, ButtonOne, ButtonTwo, ConfirmButton, MessageType);await...
View ArticleCan I deselect accepted answer?
I accidently accepted an answer in my another question. Is it possible to remove selected answer from that my question still not resolved.
View ArticleWhere should I put the authorization_code for Google authentification?
Hi!I am trying to log in using Google authentication and the application is working up to the point where I get a code which should be inserted somewhere in the application.I believe it is a grant_type...
View ArticleHow to add the ripple effect in label or image?
I want to show the ripple effect when any image or label is clicked.
View ArticleAndroid bundle Upload error: “Non-upgradable APK” from google play
hello everybody, trying this Bundle option for the first time... with vs 2019 16.6.2 for win. so after increasing code version from 25 to 26 and uploaded the .aab file.. i got this error msg from...
View ArticleBadges to Tab Bar
Hi any suggestions for how to add badges to the tab bar in Xamarin Forms? i've upgraded to the latest visual studio for Mac (8.6.2 build 6) as well. I've tried using xamarin-forms-tab-badge - however I...
View ArticleWhere can I find an organized catalogue of Xamarin University?
For example, I was watching a video which says that there are courses on Xamarin University that contain more details on backgrounding, but as I understand Xamarin University has been discontinued and...
View Article(Prism) Binding DelegateCommand not updating in Xaml
I'm using Prism. I can't seem to get DelegateCommand binding working in Xaml. I create the binding after receiving the Fault object from the previous ViewModel. The ViewModel. public class...
View ArticleAppShell navigation - top level item isn't returned if browsed previously
My scenario is A user clicks an option on the flyout menu It returns a list of pages The click through a succession of pages via this list They go to another option in the flyout menu They now return...
View ArticleEmulator Issues
Hi up to now i've been using my samsung device on USB for debugging without problems because i found the emulation to be slow. I thought i finally got the HyperV defined and i updated the Android Tools...
View ArticleCan anyone help me in How to render custom picker in UWP?
I'm stuck with the issue of custom picker rendering in UWP. I need to change the corner radius of my picker.
View ArticleTracking Location Mapbox Recycle code from Java to Xamarin
have used mapbox sdk to show map to user but when i add TRacking function. But seem it can't run public void OnStyleLoaded(Style p0) { MainActivity.style = p0; LocationComponent locationComponent...
View Article