Possible to make share UI like the facebook app?
Hi! I'm trying to create an app where all the code is shared including the UI. I have faced a problem to the design part. I kinda want to have the top nav bar looking like the facebook(more or less,...
View ArticleForms iOS app not launching
So I created a new forms project, set the iOS project as my start project and click the play button. Application builds ok, and the iOS simulator is launched. Then the blue splash screen with the white...
View ArticleScrollView returns to begging on TranslateTo
Well when I call TranslateTo an scrollview on XamarinForms it's both ScrollX and ScrollY becomes 0, which is very annoying for me because our layout design needs that kind of animation. Anyone has any...
View ArticleTimer in Portable Class Library?
I would like to access System.Threading.Timer in my PCL targeting iOS, Droid, and Windows under Xamarin 3. I can't get it to happen. I know Microsoft accidentally left it out at one point, but they've...
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 ArticleChange Editor font size
Hi, How to change Editor font size. For Label, Label.Font property exist, but corresponding property in Editor doesn't exist. I want this because when I view my app on iPad editor text seems to be so...
View ArticleAccessing ResourceDictionary from xaml to c# programmatically
How do I access the contents of my ResourceDictionary that is located my App.xaml page? I am trying to make a label's text color that uses a color in my resource dictionary with key = "textColor" var...
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 ArticleVideo story line or thumbnails
Hi I have no idea what's the official name for it, but I'm trying to get a list of images from a video so I can see them and scroll through them. This is for example what we see when we edit a video on...
View Article