SecureStorage vs Xamarin.Auth
Hi, I'd like to ask about the Xamarin.Auth.. Here it says: NOTE: AccountStore is now deprecated. We recommend using Xamarin.Essentials SecureStorage as a replacement. We have written a migration guide...
View ArticleSQLite error deleting a record => no Primary Key
Hi, I have a simple SQLite database table: [Table("DBBucketEntitiy")] public class DBBucketEntitiy { [PrimaryKey, AutoIncrement] public int Id { get; set; } [MaxLength(250), Unique] public string Name...
View ArticleUnzip file with password using SharpZipLib
I'm using SharpZipLib to compress a folder with a password without any problems. However when I look at the sample code for unzipping, VS gives me a build error saying that ZipFile does not contain a...
View ArticleWhy I still received subscription charges after cancellation.
Hi, Does anyone experience the XamU Azure marketplace subscription charges still going on after cancellation? I have cancelled my XamU subscription last week of April, but today I still see a deduction...
View ArticleLive/Hot reloading at runtime that WORKS!
And it works really good! Check it out http://livexaml.com/ Microsoft you have my approval to buy this company
View ArticleHow to handle errors in WebView
I'm developing an app for my client and have configured a WebView in my Xamarin.forms application. How do I handle errors (like Address Unreachable, no internet, etc..) I have added try clause and...
View Article[PlaceAnnotation memberAnnotations]: unrecognized selector sent to instance
If someone needs quick help to resolve this issue. I barely find any information, maybe I am the dumb and/or uncomprehending one. 1) Create a ClusterAnnotation class just like for the other...
View ArticleUnable to write to disk on iOS.
I'm having trouble writing to disk a simple JSON file. The code I'm using is this: //Write the tracking list to the disk public static void SaveTrackingList() { string json =...
View ArticleDistortion on 3d ojbect in UrhoSharp
What I'm trying to do is implementing a 360 degree image viewer. I'm using UrhoSharp and here are the steps of what I've done to view a 360 degree image: Creating a 3d sphere model Loading a 360 degree...
View ArticleXamarin friendly mbaas solutions?
Hi, just jumped back into Xamarin development and noticed that Azure Mobile Apps seems to have died while i was gone. I'm working on a pretty small project so I would prefer a mbaas solution instead of...
View ArticleHow Do i make a drop down list in Xamarin.forms??
I want to make a drop down like this image .!
View ArticleCreate dropdown
How can one create dropdown in Xamarin? eg I want to display both Text & Value eg for Country. It will be binded from Database and when User clicks on say US then corresponding value should be...
View ArticleCreate Drop Down in xamarin IOS.
As the image in the below i need to Create a drop down in xamarin ios. when i click on it, should appear the options. And then i click on one of option it should repalce the filter by text. any help?
View ArticleHow to make a dropdownlist in iOS?
Greetings, I want to make a dropdownlist in iOS like Android's Spinner, I tried a lot of solution, (Like UIPickerView and UITableView,but not good) but all failed.... Can anyone tell me how to make a...
View Articledrop down list in IOS
Hi, what is my options to create something like your spinner for android but to IOS application?
View ArticleThe signup button is not working in both iOs and Android platforms. What...
<ContentPage.Content Spacing="0" Padding="10"> <Grid.RowDefinitions> </Grid.RowDefinitions> <Grid.ColumnDefinitions> </Grid.ColumnDefinitions> <Label.FontSize>...
View ArticleGeolocation.GetLocationAsync Android
Hi All, I'm having a random weird issue with Geolocation.GetLocationAsync. When I am calling var getLastKnownLocation = await geoLocation.GetLastKnownLocation(); within an action on some devices, it...
View ArticleHow to Change selected Tab Background color in Tabbedpage in Xamarin.forms
I want to change selected tab background color like attached image. Please send me any reference code or links. Thanks in Andvance.
View ArticleXamarin Forms Map resets back to last set region
I have one issue with the forms map. When control is panned and the device rotated, the map's region is set to the LastMoveToRegion which is not the current region of the map. I observed this both on...
View Article