XamarinTounsi
XamarinTounsi
Hello, FlowListView is bugging in UWP platform `````
Hello, the icons do not appear in any platform (UWP, Android, IOS) `````` ` `````` in app.cs i added this code `````` Plugin.Iconize.Iconize .With(new Plugin.Iconize.Fonts.FontAwesomeSolidModule()) .With(new Plugin.Iconize.Fonts.FontAwesomeRegularModule()) .With(new Plugin.Iconize.Fonts.FontAwesomeProRegularModule()) .With(new...
Hello Team, I'm using Azure Mobile App with Xamarin.Forms to create an offline capable mobile app. the synchronization between the server and the SQLlite database is very long. To display...