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 ArticleHow to reset NavigationStack and Close the application.
Hello, I want to close my application on OnBackButtonPressed() below is my code. foreach (var page in Navigation.NavigationStack.ToList()) { if (page.GetType() != typeof(BestRx.MainPage))...
View Articleentry and radio buttons are not working in vivo mobils why ?
can anybody help me entry and radio buttons are not working in vivo mobils why ?
View ArticleHow to combine UseSafeArea and a background image?
I've a question about the use of safe area for iOS. I use a background image through a RelativeLayout, and I display a form on this background image. I use a margin for iOS on the form's container:...
View ArticleTouchView | TouchImage | TouchFadeView | TouchColorView package
Hi all, let me introduce new plugin for Xamarin.Forms development. https://github.com/AndreiMisiukevich/TouchEffect This plugin allows developers to create UI-responsive controls/layouts with touch...
View ArticleProblem with WebView.
Hi! I'm creating a mobile app of existing webpage. I used HTMLAGILITYPACK to scrap some of data for web page and I'd like to display that data in my app. Here is my 'scrapper': namespace Apka { public...
View ArticleCrash in JavaLocationException in android for Xamarin forms app
Hi, Does any one know why the crash is happening for Java.Interop.JavaLocationException in Android for forms app. Java.Interop.JavaLocationException: Exception of type...
View ArticleTree View in Xamarin forms.
Hello guys, Is there any way to implement Tree View in Xamarin forms ? If yes then please let me know how ? Thank you.
View ArticleTreeView availability
We need a TreeView control for a customer's project - with the ability to display an icon for each node in the tree. I've seen various discussions over the last year or two, and the only implementation...
View ArticleChange the layout of Navigation bar in Xamarin forms iOS
I'm new in xamarin forms so i may have some principles mixed up in my head. I want to change the layout of the iOS Navigation Bar to get it similar to the android one. I think this can be done with a...
View ArticleSQLite How to change color of label when image is pressed?
I have been working on this for the last 2 days and cannot figure it out. So I am trying to basically when the user presses on a image in the listview that the label colour changes. So far I have...
View Articlehow to use WordPress RestAPI in Xaamrin forms
I have one website and It's JSON link which is developed in WordPress. and want to create Xamarin forms App...how can its posible...? Need Your Valuable Response...? with or without any Example....
View Articleexception : invalid name character in 'operation name'. The ' ' character,...
Hi xam developers I'm developing xamarin.forms app that connected to web services soap asmx , as you see in the title when I want to testing the simulator the exception happens as the following :...
View Article