Draw Colored Rectangle
Hi. I'm developing a backgammon game using xamarin forms. I use absolutelayout and each piece is a ContentView that I add to the absolutelayout. When a user clicks on a piece, I wanna be able to do 2...
View ArticleWhy Forms?
Hi All - Just wonder what I might be missing by not using Xamarin Forms. Seems like Xamarin is really pushing Forms. Is there any advantage other than creating one UI?
View ArticleVery High Memory Usage with Simple App
As I began UI Testing my Xamarin.Forms application I noticed Peak memory usage of > 220MB. This seems high to me. So I created a blank Xamarin.Forms app from the template. i.e. the app that says...
View ArticleAnimation causing KeyNotFoundException: The given key was not present in the...
So I have pretty consistently had issues calling animations from non ui-threads generating this exception. {System.Collections.Generic.KeyNotFoundException: The given key was not present in the...
View ArticleHow to save the image in resources folder ?
Hi all, Is anyone know how to save the image in resources folder which comes from api service ?
View ArticleHow to save the image in resources folder ?
Hi all, Is anyone know how to save the image in resources folder which comes from api service ?
View ArticleAnimationDrawable in Custom Renderer
Hi, Has anyone had any success with using animationdrawables in android custom renderers? If so would you mind giving me some tips or a code snippet, I'm a bit lost as I have rarely (never) been asked...
View ArticleIs there a way to disable the predictive keyboard toolbar for a Forms Entry...
There appears to be a way to do this directly in iOS by manipulating the UITextAutocorrectionType field. But can it be done in a platform-agnostic way in the Forms Entry field?
View ArticleHow to implement animated back button in masterpage
@adamkemp Hi adam can you help me with this, Generally the masterpage menu shows hamburger image. when menu is popped out then it turns into left-arrow automatically with animation effect. default i...
View ArticleCan I deploy a Xamarin.Forms app to the app store using VS2015?
Can I deploy a Xamarin.Forms app to the app store using VS2015 or is Xamarin Studio required? If I can use VS2015 to deploy the app to the store, is there any documentation on how to do this?
View ArticleActivityIndicator Broke!!
Hey, I updated Xamarin.Forms, now my android device fails on this line: If I remove it, it works fine. No idea what to do! Here's the exception... Java.Lang.RuntimeException:...
View ArticleHow to fire row selection event in TableView + Xamarin Form Shared Project
Hi, How can get selected row event in Table-view using Xamarin Forms . I created a table view control with some custom views.
View ArticlePush Async and Pop Async in xamarin.forms
I have created a Forms Shared Project solution and have multiple pages that go Page1 to Page2 to Page3 to Page4. From Page4 I want to pop out to Page3 on the click of a button and From Page3 I want to...
View ArticlePlaying sounds with Xamarin.Forms
Hi! I am studying Xamarin, and, as a practice, trying to make a stopwatch which ticks every second, but I didn't found any informatin about working with sounds on forums. Where to find this...
View ArticlePicker On Windows Phone
I have a content page with two picker inside a Table Section. I add the item source of both picker reading from database. In Android i have no problem, but in Windows Phone when my page appearing the...
View ArticleGeneric in custom page (XAML)
Hello! Can I use generic in custom page? As here: public class UpdatableContentPage<TModel> : ContentPage, IUpdatable where TModel : BaseViewModel { .....some code here } And then in xaml file...
View ArticleGeneric base class for a custom ContentPage
The last Xamarin.Forms release notes had this comment: [XAML] x:TypeArguments now works at root level, fixing generic subclassing from XAML That sounds like exactly what I'm trying to do, but I'm...
View ArticleHasShadow Property of Frame not working
I am using Xamarin Forms and I am trying to build a cardview style control by putting a frame inside a listview and it doesn't look like the HasShadow property is working properly. I have it set to...
View ArticleDo forms use a two pass rendering system? Does Something like Microsoft's...
Basically I need a way to make a uniform width and height amongst multiple items and in Microsoft's XAML where we had the measure pass and arrange pass we could do this via the DesiredSize and then set...
View ArticleHow to register device in SMP Server in Xamarin.Forms
I am using Xamarin.Forms. I want to register my device to SMP Server for login authentication.
View Article