i want images in a carousel view from table row
i want to bind images (ie. table field name - image1, image2, image3, image4, image5 ) data row from table (not a coulum Data) to carousel view. can anyone help me out solving this issue plz.....
View ArticleFirebaseApp initialization unsuccessful, I am trying to integrate Firebase...
I have followed the below link. https://stackoverflow.com/questions/48774378/firebase-analytics-in-xamarin-forms/50764452#50764452 I am facing the issue is FirebaseApp initialization unsuccessful, What...
View ArticleOnPropertyChanged sometimes does not update UI in ListView, only after scroll...
i have a problem, when i work with list items, listview does not redraw them if they area of visibility, reflected only after I've scrolled the element out of view and back, or I've tap on item, it...
View ArticleHow to add multiple buttons into a Grid?
Hi,everyone.I'm a beginner.I want to know how to add multiple buttons into a Grid,such as 36 buttons.using markup to add into XAML page one by one is troublesome.So,is there a better method?and how to...
View ArticleIs there any way to access the native control in Xamarin.Forms at runtime?
For instance in NativeScript I can myControl.ios. // Access the native control myControl.android. // Access the native control anywhere. Is there any way to access the native control in Xamarin.Forms...
View ArticleAdd ContentPage to TabbedPage but hide it in the Navigation bar
I have a search page that allows a user to search for an item and then click it to open the item's page. However, since I recently switched to tabbed navigation, I've run into some issues. Firstly,...
View ArticleWhy is my tap events not firing at all on iOS and firing after many taps on...
Hi guys. I am new here, so if im doing anything wrong, im sorry. My issue is: I have a view with 2 grids and inside the grids there are some controls. I've added gewsture recognizer to the grids but on...
View ArticleVS2019 Xamarin Forms '.Net standard 2' using Forms '.Net standard 2' using...
I am developing with Xamarin Forms '.Net standard 2' and 'using System.ComponentModel.DataAnnotations' doesnt work. I am positive there is quick and obvious answer to this. Can someone let me know...
View ArticleHow to Attach Debugger to a Running Android or IOS app?
I often start an app just to see how it works, then I decide to debug, so I just attach to its process and debugging kicks in. But I am not able to find how to attach to a running Xamarin Forms app...
View ArticleHow do I proceed? General question on data storing and defining variables
Hi there, I need a bit of advice on a project I am supposed to do. The goal is to create an App that runs on Windows and Android that allows the user to enter data (mainly int) which are then used to...
View Article[iOS] infinite loop when forcing update size on listview cell - bug or...
On a listview, items are rendered by an extension of the viewcell class. Due to a layout issue on xamarin forms v4, I've overridden the OnAppearing method and simply added this.ForceUpdateSize(); on...
View ArticleSigning UWP App
What exactly is the requirement to create a company internal App with Xamarin.Forms UWP? I can compile the *.appxbundle-Package but nobody can install it because of an certificate error. If I try to...
View ArticleIs Xamarin Forms suitable for building an app like Uber
Is Xamarin suitable for building an app like uber with geo-location/map, notifications and a lot of events. What are limitations other than native UI controls, if I choose Xamarin Forms over native...
View Articlemultiple uploading file
Hi Xamarin forum is this correct syntax for multiple uploading mages to database XAML <ScrollView> <StackLayout> <StackLayout Orientation="Horizontal"> <Image x:Name="imagePreview"...
View ArticleChange contentpage's content depending platform (in XAML)
I have to use something else than ListView for iOS version of my application because ListView is ugly, bugged on iOS (IsVisible doesn't work) and too different from Android. So i was looking for...
View ArticleBuilding of Android App Forms App Not Installed.
Hi Guys I am building my app in release mode and have the following settings on my page. But when I open my app after it being installed it says app not installed. Any settings I should be aware of I...
View ArticleHow to apply filter for pdf files for Android using FilePicker
Hi, How do I apply "pdf" filter for Android using below FilePicker plugin. "https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows" I have used following filter for Android but only...
View ArticleHow change Keyboard of entry inside user control Xamarin Fom
I can not change the entry keyboard inside user conttrol IMPLEMENTATION User control xml: <?xml version="1.0" encoding="utf-8" ?> <ContentView...
View ArticleAndroid Google Pay
Hi, im trying to add a payment Button to my app using this guid https://devblogs.microsoft.com/xamarin/bring-android-pay-to-your-apps-with-stripe/ What i dont know is, how will i get the payment to my...
View Article