How number of text field will be added depending on number of button click
If i press once Button means one text field will be added.If i press twice means again new text field will be added.How can i do it any suggestion please?
View ArticleNested ListView in Xamarin.Forms (ListView inside another ListView)
I have created a nested ListView in Xamarin. But unfortunately, the binding works only with the Parent ListView and NOT with the Child List - sub ListView. I tried to verify if there is any error with...
View Article3D Touch in forms (including peek/pop!)
Had to get this feature working for a Forms app recently, here's how I did it. https://www.openarc.net/our-blog/pro-tip-xamarin-forms-x-ios-3d-touch Let me know if you have thoughts/suggestions!
View ArticleHow to open default contacts app in xamrin forms?
How to open default contacts app in xamrin forms?
View ArticleIssue creating APK in VS 2017
Hi, My Xamarin.Forms app works in debug mode, but if I build in release mode and I try to create an APK from VS 2017, it doesn't work. The build process succeeded but the APK is not yet created. My...
View ArticleData from Api not binding to custom entry field properly
I have multiple fields in a section of my page such as amount, tax, Gross Total. I am getting data from api and binding the data from code behind (NOT using MVVM). Sometimes values are binding correct...
View ArticleGeting the value of a Picker in Xamarin Forms
How can i get the value of any Picker, is there any property like .Value or .selectedValue? or how can i achieve this in xamarin forms? or do i have to binding an object with BindingContext and get the...
View ArticleHow to Use Navigation Push ASync in Master Detail Page Menu
I want to make my xamarin forms app when the menu item is clicked instead change the master detail page it go to another page and shows navigation bar with back button in the top. but i got confused in...
View ArticleProblem to load an Image
Hi all, so this is my first day in Xamarin. I am was looking the answer but nothing helped me. So : 1. I right click on Drawable->add->existing item->image.png 2. In xaml I add 3. ... but no...
View ArticleHow to stop vidio playing in WebView
Dear experts, I work on a Xamarin.Forms app (UWP!). It has a Master-Details architecture. The Master page has a ListView, and each item in it opens a corresponding Detail page. The first Detail page...
View ArticleHow to MessagingCenter.Subscribe to same message from multiple senders
I want to subscribe to a message that can be sent from multiple ViewModels. Is there a more elegant solution than subscribing individually for each ViewModel, like I do below?...
View ArticleLoad Platform-specific Bitmap Icon
Hey there. I cant see an Icon. The Label say "Rendered size = 0 x 0". I dont know where my mistake is. For the purpose of an successful test Im currently running the iOS emulator. Here is the code:...
View ArticleStripeView in Xamarin Forms
I did a little research and it seems braintree and stripe are suitable for app payments. braintree has no official xamarin bindings but there's a Stripe component by Xamarin for Android and iOS. is it...
View ArticleNative linking failed error in xamarin for GoogleSign
I am following this tutorial for GoogleSign in my project. https://www.pujolsluis.com/google-client-plugin-for-xamarin/ .Works fine in android. But getting Native linking failed errors while rebuild in...
View ArticleIs it possible to have ItemSelected and LongPress events in same listview
Im wondering if it is possible to have a listview that reacts to Listview's ItemSelected event, but if i hold that view cell another event is being called. The way I tried, to make custom renderer for...
View ArticleHow to fetch data from servers when app is not running?
This probably may be duplicate, but i kind of have specific need. So, i need a way to fetch data from the server, when a user receive a Push Notification, while the app is not in running state. i.e....
View ArticleHow to create a draggable slide up panel?
It's nothing too elaborate, though I'm having a hard time replicating this in Xamarin Forms. As in, a view that the user can actually drag up and down. Does Xamarin Forms have an easy solution for this...
View Articlepublish app to win store
hello, i would like to publish my uwp (beside the Microsoft store) so services like https://www.mobile9.com/ https://publishers.apps.bemobi.com/ now: Xamarin gives me the AppxBundle file type.. while...
View ArticleSwagger integration with xamarin forms
Hello there, I need to use swagger api codes just like drag and drop in xamarin forms project but every time I use the code generated by swagger I have to do few changes regarding restsharp and...
View ArticleTwo Xamarin switches alternately turn on/off
Hello, I want to implement two Switches in Xamarin where one switch is on, other will automatically turn off and vice-versa. I could do this Xaml code behind as below, but I want to implement this...
View Article