View 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 ArticleBound Field in Xamarin
I need bound field in Xamarin grid PCL. Please help me. Thanks in advance
View ArticleCreating a grid layout in C#
Hi, I was curious about how can I create a Grid layout using xamarin forms in C# without any xaml. I don't find the properties for rowCouunt, columnCount, orientation, etc in the Grid() constructor....
View ArticleUnable to use WCF within Android app
I receive the following exception when attempting to invoke a WCF service within my Droid project: "Operation is not valid due to the current state of the object" I am not sure what I am doing wrong....
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleAccess UI threads dispatcher from Xamarin.Forms ContentPage
Can anyone recommend the best way to schedule some work on the UI threads dispatcher when you're within a ContentPage. We don't seem to have access to the being invoke method? Thanks.
View ArticleSet default camera resolution in Xamarin.Forms
I'm using the Xamarin.Forms Labs project for my MediaPicker when taking photos from both the Android and iOS platforms. (We are not implemented WP). On my physical device, my camera has 6 different...
View ArticleNavigation Bar left Toolbar button
Does anyone know any way to add a toolbar item to the left side of a navigation bar instead of the right?
View ArticleAndroid accessibility Font Sizes - how it affects forms
Similar to this question: http://stackoverflow.com/questions/19817086/device-settings-independent-font-size I got my app to fit and look good on phones and tablets, then to my horror I discovered that...
View Articlei have code for requesting put method to update data, and getting status code...
HttpClient client = new HttpClient(); //client.BaseAddress = new Uri("http://172.27.195.9:8081/api/Profile/PutProfile/75f7b26c-656b-4cc0-9abb-8096a7bf68c2"); string url =...
View ArticleListview multiple selection,deletion and updation using Xamarin forms
Hi Is there any way that we can implement a list view with Checkbook.Once you click on the checked items all the checked items will be removed and update the items in the list.??? If Yes suggest me . I...
View ArticleI am trying to implement the listview with checkboxes But I dont know how to...
Hi , I am implementing a listView with check boxes in click of the checked items it should delete and update the listview .But I dont know to get the checked item that I have given in the listView....
View ArticleSet a label with current local time with XAML
Hi, I'm creating this page with XAML and I need to put a label with current local time that keeps updating its time. How can I do this?
View Article