Error initializing task XamlG: Not registered task XamlG
Hi guys, could you help me out, what does this error means? Error: Error initializing task XamlG: Not registered task XamlG. (MapTest.Android) Thx in advance? BR VM
View ArticleHow to specify RowDefinitions and Column Definitions of Grid layout in XAML...
Hi experts, As subject, here is my XAML code. But I got "There is no Height and Width property...." exception while compiling. I know the type of Height and Width should be GridLength but I have no...
View ArticleXamarin Forms Global Style with Specific Styles
I am working on applying global font styles to my application right now. I do this using the following code: <Style TargetType="Button"> <Setter Property="FontFamily"> <Setter.Value>...
View ArticleXamarin Forms call function on property change
I'm New to xamarin and Xamarin forms. i wonder if i can call a function in my Content page when Entry.IsFocused i need to make a different Control to show up or disappear according to the property...
View ArticleIndie Licensing question
My apologies if this has been discussed before... I'm looking at Indie vs. Business licenses. If I go with Indie it won't allow Visual Studio as an IDE. I don't understand why this restriction. I'm not...
View ArticleOnPlatform Tweek not working for Windows Phone
Hi Guys, I am new here so may have an issue with code, but the following is not working as expected <BoxView.BackgroundColor> <OnPlatform x:TypeArguments="Color" iOS="Green" Android="Red"...
View ArticleLogin persistance with Akavache
Hi All, I'm trying to implement login persistance feature in my app with Akavache but so far without success. I want to have it because I don't want user to login in every single time he starts an...
View ArticleUsing PopAsync to pop two or more pages at once?
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 Page1 or Page2 on the click of a button. But anything I...
View ArticleAndroid Crop Image Issue.
Hi, I have Working on Crop Image process in xamarin forms. I have created Renderer for both ios and android. in ios Crop image functionality is working fine, but i have facing problem in android when...
View ArticleNeed to required Implement Crop Image in Xamarin Forms (ios and android).
Hi, I am new in xamarin forms, i need to implement Crop Image functionality in Xamarin Forms (ios and android). i have try many thinks but not any work. please let me know how its work in xamarin...
View ArticleView Cell error in Windows Phone !
My app have two list view which loads from an url. First is the main category and the second is sub-category. While clicking on the first item in main category list it will populate the sub category...
View ArticleHow to install, setup and use XLabs?
Hi all As the installation and use of XLabs is not self-explaining and there is no clear and easy documentation available right now, I have wrote a document (parallel to implement some functions from...
View ArticleHow can I use System.Globalization.CultureInfo.GetCultures in PCL.
Dear all, I have a question about System.Globalization.CultureInfo.GetCultures. Please visit this url :...
View ArticleError only in Android.
When am running android project on Xamarin Forms why am getting the following errors? iOS have no problem. http://s27.postimg.org/c9eqg1n9f/Screen_Shot_2015_08_24_at_12_50_22_pm.png...
View Articlecan we change the picker control pop up background and text color.
Can we change the picker control pop up background and text color. i.e I want to change picker pop up page background and text color.
View ArticleDialogs are semi-broken in Xamarin.Android's Xamarin.Form implementation
The first time the activity is started, dialogs work just fine ... however, when the said activity is started again (that is, via a new Intent), creation of any dialog on Xamarin.Forms's Android...
View ArticleAzure Mobile Services Authentication vs. AD Graph API
Hi Guys I have manage to authenticate the AD user with Mobile Services successfully, and I get the user ID and the token According to this http://msdn.microsoft.com/en-us/library/azure/dn151678.aspx I...
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 ArticleUsing Views
Why when I make a variable of type view I get a: Error : 'Xamarin.Forms.View.View()' is inaccessible due to its protection level I'm trying to do it like this: View content = new View(); Can elements...
View ArticleVisual Design of MasterDetailPage
I'm noticing that on iOS the MasterDetailPage looks different than I'd expect on small form factor. It appears that the page I've set to be the Detail hangs over a bit on the right hand side of the...
View Article