Run package manager console on forms or how to instal oxyplot for Tamarin forms
I am trying to build some charts using Oxyplot, I am using Xamarin forms on a Mac and there is no PM to run "PM> Install-Package OxyPlot.Xamarin.Forms -Version 2015.1.689-alpha -Pre" which is what I...
View ArticleUserDialogs for Windows App
I'm developing an app that must run on Android, iOS, WinPhone and Windows App. For the first 3 platforms I used Acr.UserDialogs library for UserDialogs like Loading, Confirm Msg, etc called from a...
View ArticleIs Xamarin.Forms.UriImageSource Async Method or Not?
Dear all, I have a question about UriImageSource, I always use UriImageSource in Custom ListView Cell. new UriImageSource { Uri = new Uri("https://google.com/image/temptemp.jpg"), CachingEnabled =...
View ArticleAlign center text Entry
Hi guys! I try to align text in android with a EntryRenderer but this doesn't work: protected override void OnElementChanged (ElementChangedEventArgs<Entry> e) { base.OnElementChanged (e);...
View ArticleCan I define the theme which is work for all platforms ?
How to define the theme and font which work same for all platforms. means which look and feel same for all platforms ?
View ArticleXamarin App crashes on Reopen NullReference
I have an app on Xamarin, it works fine, if I press back button, to move to main menu it hides in app stack, so when I open it back from app stack it suddenly crashes with NullReference 06-10...
View ArticleSet padding on Detail page
I'm trying to set a padding for the Detail page of a MasterDetailPage. I was able to get the padding working for the Master(the menu). Do I need to use a custom renderer for iOS and if so what control...
View ArticleXamarin.Forms + MonoGame
Hi, Has anyone seen examples of projects or project templates that use Xamarin.Forms and then have a MonoGame instance either as, essentially, either a Xamarin.Form View or a "control" within a...
View ArticleCan i add, a something pointer or indicator to listview
i want to add some pointer or indicator to list view. to "tell" the user, the llistview have more items up, or down. its possible? thank you for all
View ArticleApp Validation Failing in Xamarin Studio
My app is failing validation in Xamarin Studio and it doesn't give me any reasons output or anything. Anyone know a way to get this working properly?
View ArticleDon't link causing issues for submitting app
I'm trying to submit my app, but because of certain Nugets not working without Don't link selected i'm getting an error about the executable being too large. Anyone know a way to fix this or to only...
View ArticleCan't add Shared Project to References in Windows Phone 8.1
Hello, I'm trying to add a Windows Phone 8.1 project to my existing solution which contains a Shared Project. I'm also using Xamarin.Forms. But when I follow these steps, I get stuck at the step where...
View ArticleSwitch to Landscape Full Screen View
I searched the forums but Didn't find anything like this. I'm using Charts in my app, so I want users to be able to switch from portait to full screen landscape for chart detailed analisis. I found a...
View ArticleCreating a new GestureRecognizer
Looking at the Xamarin.Forms Api tha you provide, there is only TapGestureRecognizer. I was thinking of implementing more GestureRecognizers. However, in the interface that you guy provide is using...
View ArticleGetting Argument Cannot Be Null Parameter name: assemblyName XAML
I just cannot figure this out. I am trying to use a converter for a StaticResource call. On app startup I get the error Argument Cannot Be Null Parameter name: assemblyName XAML. Here is what I have....
View ArticleHow to create a MasterDetailPage together with a TabbedPage?
Hello, I'm trying to create a MasterDetailPage together with a TabbedPage. I could not get the MasterDetailPage to work from within a TabbedPage. After reading some discussion on the forums, it seems...
View ArticleImage Adapter
How can hold multiple images like the following link? http://s28.postimg.org/bxze64859/Screen_Shot_2015_08_27_at_4_23_09_pm.png One image is above the another like stack.
View ArticleMaster Detail Page Blue Images
Hi - icons used in the Navigation bar of the MasterDetailPage are being displayed with a blue tint on iOS. The nav.png in the code below is a green image but is being turned blue when displayed. Code...
View ArticleXamarin.Forms NavBar in iOS shows last page's title
Whenever I navigate to a page, NavBar title shows two texts. One on back button, the other is my page title. It's OK if the back button shows "back" as text, but it's showing title of previous page....
View ArticleAdd Chat Option
How can integrate chat option in Xamarin? Like sinch... https://www.sinch.com/products/instant-messaging/
View Article