Best way to display a floating tooltip ?
Hello community, I'm still new to Xamarin Forms but so far I love it. I have an idea and I really don't know how to realize it. I want like to display a floating Tooltip when the user tap a Label. The...
View ArticleHow to set Master Page width in IOS for MasteDetailPage
Hello Expert, I have successfully change the width of Master page in Android using MasterDetailPageRender. But not able to set it in IOS using PhoneMasterDetailRenderer. On googling I found this...
View ArticleKind of SIRI in iOS. Looks Strange
Hi, Below is the bird view of requirement, i don't know how to start it in Xamarin Forms. My app name is Hello. Once i install that on my device. User takes the phone (without unlocking) and simply say...
View ArticleMVVM Dinamically Binding ListView
Hi friends, I'm new here and I need a little help. I'm trying to use ListView to mount dynamic controls, that is, the controls appear only when I add an item in the list, however, this is not what is...
View ArticleIs there any action/method to understand if new version installed?
I am showing popup with highlights of the new features after user installs a newer version. This should be only shown 1 time to user. Currently I am storing a boolen flag in akavache. It can be similar...
View ArticleHow to reduce the app size? Xamarin Forms
I have managed to reduced the app size by setting the linking to "Sdk and User Assemblies" and making a release build but my app size is still too large. (11mb) Are there any other ways to reduce the...
View Articleselecting action sheet and alert in unit testing
How can I select a button from an action sheet or alert from unit tests in xamarin forms ? Ive tried the app.Query( r => r.Class("UIAlertController") and app.Query(r => r.Class("UIActionSheet"))...
View ArticleHandling Bearer Token Expiration
I'm using .NET Web API and bearer tokens for our app. Everything is fine until the token expires while using the app which causes it to crash because it can't parse the JSON response. How can I handle...
View ArticleSplash Screen for Android
Hi I need to show Splash Screen for Android and IOS. For iOS I know, need to do in LaunchScreen.storyboard. We can define Image Background color, Logo at center text etc. Now how to do the same for...
View Article.Net Standard
Hello Everyone, I want to change for .Net Standard so i tried this : https://oren.codes/2017/04/23/using-xamarin-forms-with-net-standard-vs-2017-edition/ But i have problem with PackageReference is not...
View ArticleXamarin forms + multi-platform application + push notification
Hi, I have a multi-platform application (ios and android), i use PCL file systems. i build the application only with c# no XAML. I need to set-up a push notification systems for the application. Mainly...
View Articlearchive all is disable in Xamarin visual studio
I am getting error "java.exe" exited with code 1. so I change the configuration file which is as shown in image but after that archive all is disable Thanks
View ArticleVS 15.3, breaks app with .NETStandard1.4 libraries
Hi, with the latest update of VS2017 my project (Xamarin.Forms with UWP and Android) is unable to compile. Im using .NETStandard1.4 projects, using a lot of NuGet-Packages, like Xamarin.Forms etc. To...
View ArticleRefresh Token in background every x minutes.
I am working on xamarin forms, I am using REST API for login. On login i get a access token that i send with request to another api. Token will expire in 2 days, before it get expired I have to call...
View ArticleXamarin.Forms.Build.Tasks.XamlCTask task has been marked with the attribute...
ALL other solution packages are up-to-date, I am using the latest stable release of Xamarin Studio for Mac (7.1 (build 1297)) running Mac OS X 10.12.6. Further below please find some ADDITIONAL STEPS...
View ArticleHow to use Debug.writeline or console.write line in xamarin forms?
Hi. Could someone give me a clear information how to write some information in console please. Like JS "console.log" or c# "console.writeline". I was trying to find some information in google but there...
View ArticleRemoteRequestAsync no longer working
I had to take over a project that someone made half finish and then left. I have an APK that works, but when I try to create a new APK it always comes up with no internet connection. I know the service...
View ArticleError System.Reactive.Unit
I get this message when I try to Debug the iOS version of a Xamarin Forms project on VS on a Mac. I have not been able to find a solution in any forum. /../iOS/MTOUCH: Error MT2002: Failed to resolve...
View ArticleBuilding Android/iOS via Command Line
Hello, I am on a Xamarin.Forms project using PCL, and am trying to build Android via command line. I'm using the following command: msbuild /t:SignAndroidPackage /p:Configuration=Debug...
View ArticleXamarin Forms listView is laggy
Hello, We're thinking about migrating our app to Xamarin, some of us favour Xamarin Native while others favour Xamarin Forms. In order to help us decide I've made a small app to compare the two :...
View Article