Define the "click area" of ActionBar in MasterDetailPage
I've implemented MasterDetailPage in a project and ran into an issue quickly. As shown in the screenshot below, the master page hides and shows itself when I touched within the red border area, instead...
View ArticleHow to get Azure Mobile Services SQLiteStore working on Windows Phone using...
My app is happily using both "Azure Mobile Services SQLiteStore" and "Windows Azure Mobile Services" in the Android and iOS builds. However, I have wasted rather a lot of hours trying to get the same...
View ArticleMy BindableProperty on custom control is called twice every time in my...
Hi folks, I have a BindableProperty in a custom control like so: public static readonly BindableProperty ShowIndeterminateProperty = BindableProperty.Create<CoreProgress, bool>( p =>...
View ArticleHow to use tabbed page to switch among child pages
I have a Forms application with three pages. I'd like to use a tabbed page to switch among the three so that you can access them in any order. The samples seem to show swapping different data into the...
View ArticleWill it be possible to have UWP core libraries mixed with native...
I am just getting started with Xamarin (started my evaluation today). I'm trying to wrap my head around the different options for creating a cross-platform solution, particularly with UWP in the mix....
View ArticlePCL or Shared?
Hello, I am new to Xamarin and think I finally have some of the basics down. However, I'm completely new to the Shared vs PCL concepts. I'd like some advice on which route I should go. My project is an...
View Articlehow to insert rows into sqllite only once?
I have a table called language with Id, Name and flag etc. This table should be inserted rows only once and later will be static. Question is first of all, - does it make sense or better to have it on...
View ArticleRedraw listview viewcell because of dynamic update
Hey, I have implemented a 'dynamic' update as part of my listview viewcell. When a property in the underlying viewmodel changes, I set the View of the viewcell to a different grid than the one that was...
View ArticleHow do You 'debug' forms?
When forms are not visible the way you expect them to - how do you typically investigate the issue? Any tips based on your experience?
View ArticleProper way to abort animation
My home screen has an animation. On Android, if I press the Back button and kill the app and open it again, it will crash. I noticed that this is due to my animation. To fix this, I handled...
View ArticleProgrammatically switch between Tabs in a TabbedPage
Title says it all Is there a way to programmatically switch between Tabs in a TabbedPage.
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleValidate the Phone number entry to 10 digits in Xamarin forms
Hi there, I need a phone number validation which restrict the user to enter 10 digits, If it is exceeds 10 digits, it should provide alert saying the phone number is invalid. Can anyone sample code to...
View ArticleListView Renderers
Hi everyone, I've made a sample App to test Xamarin.Forms ListView renderers because i've got some updating issues in a "production app" and i noticed something weird with bindings. I'm using...
View ArticleCan I use Triggers from code?
Is there a way how I can use triggers from the code? I can't seem to find any examples. Basically I have some behaviors for my entries, and I want to trigger the Login Button's "IsVisible" property...
View ArticleI want to refresh my ListView on Button Click. Please help. :)
Error: 'xamarin.forms.ListView' does not contain definition for 'IsRefreshing' 'xamarin.forms.ListView' does not contain definition for 'IsPullToRefreshEnabled'
View Articleconnectivity plugin
@JamesMontemagno Hi! I've a problem with your connectivity plugin. I write this code: if(CrossConnectivity.Current.IsConnected == false){ await DisplayAlert("Connessione", "Connessione non presente",...
View ArticleTransparent Page when using PopModalAsync?
Trying to have a modal popover displayed with a transparent background. I've set the Page BackgroundColor, the Content BackgroundColor and any nested children BackgroundColor to Transparent, but there...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleRead image sizes
Does anyone have a way to get images sizes cross platform even if it be via Dependency Injection. I'm currently using the Media plugin to get a Stream containing the image.
View Article