Is there an equivelant RunOnUIThread or InvokeOnMainThread?
Just wondering if this exists within the context of a Page in Xamarin Forms.
View ArticleListView longpress event
Hello, I was checking the events of the listview but I couldn't find longpress event, How can I implement this? Thanks!
View ArticleLicense.v2 goes where?
I'm trying to get the a test app to compile in Xamarin Studio on a MacBook Pro. I'm showing TRIAL 29 days on the iOS but the Android still shows STARTER. I go to Account and see my MacBook Pro listed...
View ArticleQuestion about custom render TextCell Android
Hi , i was trying to create a custom render for TextCel on Androidl, and i have a issue that i don't know if it's a bug or not.. Sometimes the contentView property is null , and i can't get the base...
View ArticleWhy doesn't Scrollview auto size itself in a StackLayout on iOS the way it...
I am using a scrollview in my app, and I am nesting it inside a stacklayout, and on Android the scrollview resizes itself depending on whatever else is inside the stacklayout. However, on iOS, it...
View ArticleWhy can't I add a ScrollView to a StackLayout on iOS?
I am working on a project, and am trying to nest a ScrollView inside a StackLayout, and when I do this, the ScrollView does not appear. for example: I have a logo at the top of the page, and below it,...
View ArticlePushAsync from another thread does execute
using System; using System.Collections.Generic; using Xamarin.Forms; namespace LeadYouToMe { public partial class SplashPage : ContentPage { System.Threading.Timer _SplashTimer = null; public...
View ArticleHow to get distance between 2 positions on map ?
Hi please let me know how to get distance between 2 positions on map ?
View ArticleAndroid back button functionality
Is there any way to handle android hardware back button in xamarin forms. If available please share those details. Thanks, sunil
View ArticleAnimating HeightRequest extremely choppy
Is there a way to animate the Height of a VisualElement that is buttery smooth? I have the following that I thought would work, but it is extremely jerky: void collapseExpandHeightAnimation(string...
View ArticleHow to use Console.WriteLine() in App.cs/[something].xaml.cs
I'm a beginner and I wanna use Console.WriteLine() in shared code, but it would lead to an error. // In ButtonXaml Sample public void OnButtonClicked(object sender, EventArgs args) { count++;...
View ArticleUsing Push Sharp with Xamarin Forms
My Xamarin forms Mobile application talks to TFS 2010 via WCF service. I am planning to setup PUSH notification whenever a build completes or fails. I came to know we can use PushSharp to setup push...
View ArticleIs Xamarin.Forms the new Xamarin?
Would there be any reason to still code using xamarin, or is that the point of Xamarin.Forms to replace the old ways of xamarin? I understand the beauty of Xamarin.Forms, and please understand my love...
View ArticleHow can we contrib with Unit test or cloud test ?
Hi, I'm sure you've got a lot of work, and so I'm asking myself if we can help you by creating some unit test to feedback some bugs to help you correct them more quickly ? Vincent
View ArticleMy custom Android buttons are rendered differently on different pages. Is it...
I have ported an Android app to Xamarin Forms. I have a Tabbed page with two sub-pages. The first tab page renders my custom buttons correctly. On the second tab page, the buttons are too small. Same...
View ArticleDecimal separator bug
Hi everybody, Im working on cross-platform app and i have problem with decimal separator - Im from Czech Republic, my phone use CultureInfo("cs-CZ") and it expects decimal comma instead of decimal dot....
View ArticleBUG : XAML typeConverterError on double
Hi all, I spend some time try too understand why my application was not working on my nexus 5 but run very well on simulators GenyMotion and WP8. In fact all my Simulators are in English (en-US) but my...
View ArticleDataset Json de-serialization problem.
I am currently having a problem trying to de-serialize a Json dataset in an iOS application I am developing (Xamarin Studio). I am using the Json.NET component from the Xamarin component store to try...
View ArticleListView - Scroll to the end of a list?
Is it possible to scroll ListView programmatically to the end of a list?
View ArticleEmbedded Images in Xaml not displayed on Android
I tried using Xaml on Andorid according to http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/images/ , but it doesn't work. However, it works well on iOS. What's the...
View Article