How to get mark up of mobile app in xamarin forms ?
How to get the mark up of mobile app for Android, iOS and Windows Phone ?
View ArticleAnyone having strange Map crashes on Android?
We have a XF app that has been working fine but various v4.X android devices suddenly started crashing on the map. With no changes on our part, some of the devices started working again but others are...
View ArticleHybridWebView - problem with loading Google and OSM map pages on Android
var webView = new HybridWebView(new JsonSerializer ()) { // Uri = new Uri("http://www.openstreetmap.org"), // Uri = new Uri("https://www.bing.com/maps/"), Uri = new Uri("https://www.google.pl/maps"),...
View ArticleEmbed YouTube Video
Hello, I need to embed a YouTube video in my Xamarin.Forms app. I have tried various methods with the WebView control, including passing the embed URL and trying to port this code...
View ArticleHow to register device in SMP Server in Xamarin.Forms
I am using Xamarin.Forms. I want to register my device to SMP Server for login authentication.
View ArticleiOS - Local webview shows black background when page is dragged
I'm currently working with some WebViews right now, one of which includes loading a local HTML file into my app. On iOS, if I try dragging the page, a black background shows. What can I do to disable...
View Articlebarcode scanning in a Forms app
I need to integrate barcode scanning into my Xamarin.Forms prototype app. Before I go down this road, has anyone already done it, or does anyone have a suggestion about how to best approach it?
View ArticleHow to translate sequence of images from left to center of screen in...
Hi All, I had a requirement that is moving image from left to center of the screen with changing the image sources from collection. How can I resolve it? Can anybody help me? Any answer or suggestion...
View ArticleHow to implement animated back button in masterpage
@adamkemp Hi adam can you help me with this, Generally the masterpage menu shows hamburger image. when menu is popped out then it turns into left-arrow automatically with animation effect. default i...
View ArticleListViews crash on Android if two items are long selected after each other
As the title says, this only happens on Android. Take any ListView, add items, and long click an item. Release, and long tap another item, the application crashes. The exception it throws is a...
View ArticleHow to access Calendar from Xamarin forms
I am trying for several hours to access Calendar from Xamarin forms for Android platform. I got the following docs for Android platform...
View ArticleAdapter in Xamarin Forms Monkey.Robotics App
I am using the Xamarin.Forms Bluetooth HRM Sample, [here]( https://github.com/conceptdev/xamarin-forms-samples/tree/master/BluetoothHeartRateMonitor}. I am new to Xamarin and to using c# for writing...
View ArticleCan I send a command to the Page viewmodel from a listview?
I found the x:Reference thread for commanding in context menu items in a Listview but I was wondering if you could just do it on a ViewCell/TextCell tap?
View Articleopen source TreeView for Xamarin.Forms - looking for contributors
Hey Xamarin.Forms gurus! I needed a TreeView control for Xamarin.Forms and couldn't find one, so I did a spike and came up with a working prototype and demo app. It its current version, data binding...
View ArticleUnable to load xamarin.forms project in visual studio
Hello All, I have created an Xamarin.forms solutions by using Xamarin studio.It's working fine in xamarin studio.But whenever I am opening the same solution in visual studio.The project which is of...
View ArticleAnyone 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 Article