Anyone else having issues with ObservableCollection not updating the Listview
<?xml version="1.0" encoding="utf-8" ?> <MasterDetailPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class=".Views.MainPageView"...
View ArticleBest practices for persisting data
Folks, my app has a rather complex object model. A typical data feed is about 350k of JSON which I deserialize into my objects. That works great. What's the best way to save that onto the device?...
View ArticleChanging ListView's ItemsSource causes an out of range exception in Windows...
There appears to be a bug in the ListView control for Windows Store apps. If you try to change the ItemsSource after it is loaded it throws an exception. The same exception is thrown if I initially...
View Articlehow to update value of an entry to the database through put method in web...
how to update value of an entry to the database through put method in web service in xamarin?
View ArticleHandwriting Recognition?
Hi everyone, does anyone know a handwriting recognition engine for Japanese input that I can use with Xamarin.Forms?
View ArticleButton view Enabled property?
Dumb question, I can't seem to find an enabled property on a button in Xamarin.Forms. Is there something there and I am just missing it. PS. Try not to laugh to much at the question.
View ArticleImages Throwing Off Grid Row Height
I have a grid with three equal-width columns and a number or rows dependent on the number of items it contains. Each grid cell contains a vertical stacklayout with an image and a label underneath it....
View Article"Xam.PCL - Settings Plugin" gives error in test project
I have recently added the Xam.Plugins.Settings to my Xamarin forms project and it is working fine - but it is now failing my unit tests. My unit test are agains ta PCL library but it gives the...
View ArticleUsing a ListView inside another ListView or how to achieve child parent view
Just wondering if a ListView inside another ListView is supported at all in Xamarin Forms. I'm trying accomplish a list of status updates, each item would also potentially have another list of...
View ArticleXLabs.Forms.WP8 Version 2.0.5679.29898 was built for WP8,1 and not WP8.0
This error I am getting after update all with Xamarin.Forms to V1.4. Probably @SKall knows it better. I am using VS2015 Enterprise edition.
View ArticleHow to display a local PDF file that is not bundled in app
I've tried everything I can think of to display a PDF that my app downloads. I download it into the MyDocuments folder. I've tried using Xamarin.Forms webview. I've also created a custom renderer for...
View ArticleAndroid UI
Hi there! I'm wondering why the tabbedPage on Android doesn't use the new support library Toolbar, I see all tabs on Android supporting swipe shown here The same goes to MasterDetail to the new...
View ArticleMapRenderer For Android in Xamarin.Forms
Hi, i want to customize the marker option for android. I found this code for Android : // Getting GoogleMap object from the fragment googleMap = mapFragment.getMap(); // Setting a custom info window...
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 ArticleGoogle Map is Showing a blank screen in Android
Hi i am new to Xamarin. I created a map using the following link http://developer.xamarin.com/guides/android/platform_features/maps_and_location/maps/part_2_-_maps_api/ i followed all the procedures...
View ArticleCustom Renderer: Read view from layout
Hi! I have an Android example I want to put into Xamarin.Forms: <com.nativeandroidproject.view android:id="@+id/widget" android:layout_width="fill_parent" android:layout_height="fill_parent" />...
View ArticleHow to Resize Grid Layout Row Height to fit Data Bound List View ?
I am trying to define a grid layout and have a row that contains a list view, but I would like the entire list view to display, so I can have a bullet point list so in this type of scenario -...
View ArticleBest tool for UI Automation
I just confused to choose better UI Automation tool for Android and iPhone apps built using Xamarin platforms, please suggest me to pick up the right tool for my needs, Write scripts Need to perform...
View ArticleMasterDetail & Tabbed pages have unexpected results on Android
Hi! I just started out with the (awesome) Xamarin.Forms, but bumped into a problem yesterday that I can't seem to figure out. I created a MasterDetail page that contains two Menu options: One that...
View Articleerror by running cross platform app
Hello everyone, My partner has developed a cross platform system using Xamarin Studio, after finished it, he sent the project to me by mail. The project it's ok on my partner enviroment. When I open...
View Article