ListView is randomly changing ImageCircle's background color when scrolling...
Using James Montemagno's ImageCircle plugin in a item template for a listview. The ImageCircle control is being used twice for each row - larger circle holds initials for the contact and the smaller...
View ArticlePublic properties and attributes are being nested into Non-public members
Hi, I am working with an App on Xamarin.Forms that instances an object and saves it on a JSON file. I have the following classes [Serializable] public class CustomTask { public string collectionId {...
View ArticleNot able to access wcf rest service
HI, I am working on a Xamarin forms app and I am trying to access the WCF rest service hosted in static IP machine. WCF service is hosted as windows service. When I run URL in browser it returns me the...
View ArticleHow to open csv files in xamarin.ios multiplatform application?
hello all , I am working on xamarin.forms app, the aim of my app is to open and read csv file, in xamarin.android build works fine but when I try to run the same app in xamarin.ios and try to open the...
View ArticlerequestLayout() improperly called by FormsTextView (or FixedWidthView)
What does it mean and does it hurt performance? How can I solve this?
View ArticleListView - can't get item tapped event to fire
I have two pages, on one page I can get the item tapped event, but no event fires on this page: <?xml version="1.0" encoding="utf-8" ?> <ContentPage...
View ArticleList model Items in a categorized list in view xamarin
with a Resturent model as below i am retrieving the data to appear in list view as lists with two colomns the model public class ResturentItems { [JsonProperty("Resturent")] public...
View ArticleI need a SQLite library for Xamarin forms that supports writing dynamic SQL,...
Hi, I need a SQLite library from my Xamarin Forms/.NET Standard app that supports executing dynamic SQL queries including the result sets (columns returned can vary). The nuget package "sqlite-net-pcl"...
View ArticleAccessibility - Read a number one by one
Can Xamarin Forms (or platform specific) Accessibility APIs being modified to read words letter by letter or numbers one by one instead of a huge number ?
View ArticleOnCreate(..) function of the MainActivity class never called
Hi, i create a new crossplatform xamarin Solution in Visual Studio 2017. blank app | Android and IOS platform | Xamarin.Forms Technologie | Shared Project I compile and set the android project as...
View ArticleGenerate a WCF client proxy for a netstandard Xamarin.Forms project
I've created a Xamarin.Forms project with a netstandard2.0 targeting library instead of a shared or PCL library. So far this compiles and works. I'm using an up2date version of Visual Studio 2017...
View ArticleCan Xamarin Live Player be used with an emulator?
I don't have a recent Android device, but I'd like to use Live Player to more quickly see changes to a screen (vs. building and deploying to the emulator, then navigating to that screen). Is this...
View ArticleBackgroundColor changes Button size?
I have two buttons in a Horizontal Stack panel. <StackLayout Orientation="Horizontal" VerticalOptions="End"> <Button Text="Reset" /> <Button Text="Search"...
View ArticleFlexLayout left align last row
FlexLayout does not support '::after' CSS selector. How were you able to left align the last row? <FlexLayout x:Name="container" JustifyContent="SpaceBetween" AlignContent="Center" Wrap="Wrap" >
View ArticleViewCell.ContextActions is not working for Xamarin.iOS.
Hello Guys, I am using ListView control for listing some records. Also I have used "ViewCell.ContextActions" for delete list item. This is working fine on Android, but for iOS it is not working....
View ArticleCrossConnectivity.Current.IsReachable and IsRemoteReachable return false
I am Accessing VPN in Ios Platform not recognizing host address
View ArticleProblem with Xamarin FilePicker plugin for iOS
Hello, I have the following problem with FilePicker plugins for iOS: I have a xamarin project for all platforms and I want to select pdf file and upload it via some API. For UWP and Android this works...
View ArticleHow to navigate page detail of detail page in master detail page
Hello i am using master detail page in my application now i have following hierarchy Master Detail Page -User Registration Step1 -- User Registration Step2 ---User Registration Step3 So now i am at...
View ArticleWhat is Best Practice for Styling and Theming?
Hey guys, so a pretty basic question here, I'm overhauling the look of my app from scattered resource dictionaries in different places along with applying specific properties in xaml throughout to...
View ArticleGet parent class from DataTemplate
Hi there, i come from a Unity C# background but Xamarin is a bit different regarding Data and Bindings and i have some doubts regarding how to do it. Description of my problem Is there any way to...
View Article