make listview selectable in xamarin.forms in android platform
how can I make row highlighted when I click at listView note it working in iOS platform any one know the reason
View ArticleBinding in dynamically elements
Guys, can anybody help me? I made a Xamarin Forms application using MVVM, but one of the pages I used code behind to dynamically generate UI elements, including XLabs, was perfect, but I do not know...
View ArticleThe referenced component Xamarin.iOS could not be found
hello just opened some older project on a new installed visual studio 2017. Now im getting this error: The referenced component 'Xamarin.iOS' could not be found In the folder C:\Program Files...
View ArticleBuilding Android/iOS via Command Line
Hello, I am on a Xamarin.Forms project using PCL, and am trying to build Android via command line. I'm using the following command: msbuild /t:SignAndroidPackage /p:Configuration=Debug...
View Articlemultilingual app toolkit is disabled
Hello, I have old Project of Xamarin forms with two languages and I would like to translate to more languages because users request me. On Windows and other new Xamarin forms project I have used MAT...
View ArticleOverlapping a button to a listview
Hi, I'm quite new to xamarin and have zero clue on how to achieve a button overlapping a list view that looks like this I've been trying to figure it out for hours now and I couldn't get something like...
View ArticleUnicode to Converter.FromBase64String not working
Hello, I'm developping for cross-Platform, with Windows form. I want to be able to convert any string to a base64. I need that to handle Unicode characters. such as latin languages or russian language...
View ArticleCreating a Custom Ease
I'm getting my head around easing, going through the Xamarin Guides on the topic. Within the guides they have the following code that I don't understand as its creating a Method but not parsing a value...
View ArticleAndroid N issue with SqliteLite Got a SIGSEGV while executing native code
here is my issue log 08-13 13:07:01.920 E/mono-rt (24966): No native Android stacktrace (see debuggerd output). 08-13 13:07:01.920 E/mono-rt (24966): 08-13 13:07:01.920 E/mono-rt (24966): 08-13...
View ArticleMKMapView change the current location icon (Blue dot or red pin) to a custom...
I am using Xamarin.Forms and i have a custom renderer for Xamarin.Forms.Maps - need to change the MKView default blue dot or red pin current location image to custom image. I used custom pin and change...
View ArticleNavigation.PushAsync not working clickable stacklayout
Hello I am very new to Xamarin I tried to make a clickable stackLayout that that is reusable and with a click event that it takes to another navigation page but it is not working here is my code: XML...
View ArticleNeed solutions to awful app performance with RepeaterView
I am working on a new feature of my app, and in testing, the performance is completely ridiculous - 5-8 seconds to load a new page. The underlying data structure for the page is as follows: Collection...
View ArticleCan I keep a ListView Header in a fixed position?
Is there a way to force the ListView header to remain fixed at the top of the screen? On my Android emulator, its scrolling off the page.
View ArticleListView separator full width iOS
Hi! Its possible to get a full width separator in iOS? I implemented a custom renderer but not solved. When I debug CellLayoutMarginsFollowReadableWidth, its already false....
View ArticleCannot debug with VS Emulator , app start then close right away
Hi, I am new to Xamarin , what I did is , create a new blank PCL Xamarin.Forms project, then debug using VS Emulator without any code, if everything normal , it should have an APP run with label...
View ArticleListView pull to refresh in Xamarin.forms uwp?
Listview pull to refresh doesn't work in uwp. Does anyone have solution?
View ArticleRemoteRequestAsync no longer working
I had to take over a project that someone made half finish and then left. I have an APK that works, but when I try to create a new APK it always comes up with no internet connection. I know the service...
View ArticleHow to fix titles when using TabbedPage?
Hi. I'm just a beginner who started XF. I have created a simple page using XF's TabbedPage. But every time I scroll the tab, the title moves too. How can I fix this? I want the title to change after...
View ArticleELCImagePicker not working when opened second time
Hello, I am working on xamarin.forms PCL project. I need to select multiple images from gallery so for iOS, I have used ELCImagePicker. To pass selected images to PCL project I use Messaging Center....
View ArticleEntry Triggers are not firing when using a custom Renderer
hi, i have used the AppCompat to extended my material disign, i have extended entry(TextInputLayout). but now my trigger applied to my xamarin forms entry , are not firing any more. does any body have...
View Article