Item reorder in grid layout
I want end user can reorder the grid cell by using long pressed event & selecting the option move up or move down .. how can i implement this.
View ArticleiOS Style Navigation on Android - NewBie Question
Hello Everyone I am very new to Xamarin development and writing forms app for iOS and Android. The code I have right now is using prism MVVM and works on iOS with navigation, but on Android the...
View ArticleHow to upload image files to blob storage through Xamarin.Forms
I want to upload image files to blob storage through Xamarin.Forms. I know it can happen through developing RESTful API but I don't how any body can share github source? Thanks.
View ArticleCrash in Android for Xamarin Forms application
Hi, I received multiple crashes from my app, below are logs. Crashes are in Android only, iOS works fine without any issues. JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self)...
View ArticleGit repo per platform?
Hi there, we are developing a cross platform product but would like to have separation of concerns in regards to Scrum. This is most easily done by creating separate git repo's on vsts, allowing each...
View ArticleVS2017 - error while building an app for Android 4.4
Package Xamarin.Android.Support.Design 27.0.2 is not compatible with monoandroid44 (MonoAndroid,Version=v4.4). Package Xamarin.Android.Support.Design 27.0.2 supports: monoandroid81...
View ArticleVS2017 - error while building an app for Android 4.4
Package Xamarin.Android.Support.Design 27.0.2 is not compatible with monoandroid44 (MonoAndroid,Version=v4.4). Package Xamarin.Android.Support.Design 27.0.2 supports: monoandroid81...
View ArticleErrors: XA5209 Unzipping failed. Please download
Hello Everyone, I am facing error to build time if i clean project the getting this error. But other project running perfectly on this platform. I am using VS 2017, any solution about this issue...
View ArticleData deleted after crashing the app
After crashing Xamarin forms android mobile app,database table data deleted. how to solve this?
View ArticleVS 2015 Errors on sample projects
Hi there, Hope someone can help me. I'm checking out the xamarin-form samples on github. On most projects i get the following 2 errors : Error Build action 'EmbeddedResource' is not supported by one or...
View ArticleWP8 cannot resolve assembly
Hello, I have an existing, long running Forms project for Android and iOS. Now I'va added WP support. But if I try to compile it, I get the following error : Type universe cannot resolve assembly:...
View ArticleFireBase With xamarin Form
Can any one give me the correct way to implement firebase , i tried a lot but i did not find the soultion . Whay Firebase doesnot suppourt Xamarin Form
View ArticleFirebaseApp is not initialized on real devices
Hello! I'm trying to add push notifications in Xamarin.Forms. On Genymotion it's work fine but on real devices i have an error: Default FirebaseApp is not initialized.Make shure to call...
View ArticlePage throws an error on android. I want to know what causes this error?
My project get crashed on displaying some pages in android only. I got a device log where I can't able to find the root of this issues. Please someone help me. Here is my device log. [Mono] Found as...
View ArticleListView Grouping : Example Please
Can anyone explain to me how to do grouping within the Forms ListView? It's not quite apparent how it is supposed to work. Thank you very much.
View ArticleHow to declare MenuItems in Xaml?
(The full POC is here as I'm trying to determine if it is a bug, or if the MenuItems have not been properly declared in Xaml - https://github.com/Xamtastic/MenuItemsPOC ) I've created a custom control...
View ArticleFlumoxed by Bindable Property (List) in ViewCell mysteriously adding...
Occurs iOS/Android: In App.xaml I've created a DataTemplate for a ListViewItem that is selected with a DataTemplateSelector. Nothing new here. The purpose of the list is to allow the user to monitor...
View ArticleCan anyone help me with this intermittent issue?
My company's Xamarin forms app is giving us a lot of HockeyApp reports about a crash in IOS that we cannot locally replicate. The managed trace is: System.IO.FileNotFoundException: Could not find file...
View ArticleXamarin Forms - Table View Expand complete height
I am using table views in my xamarin forms app. I created a custom renderer to disable scrolling as I dont want that behavior. The problem I am having is that unless I specify a height on the tableview...
View ArticleTableView Footer in Xamarin Forms
I am utilizing xamarin forms TableView. I only have 1 section however the tableview keeps going and I dont see anyway to hide it. Is there a way to hide, what I assume is a footer? Below is how it...
View Article