Xamarin Forms Labs Camera
How do I use the camera feature from xamarin forms labs? How do I implement the code and such?
View ArticleAdding WatchKit to Xamarin Forms app not working
I've followed the instructions here to add a WatchKit Extension and App to my Xamarin Forms project. I have also double- and triple-checked that the various Ids are matched up properly. However when I...
View ArticleActivityIndicator does not show from the async function
I am trying to display an activity indication on button click. When I click the button the indicator does not show: Please Help Thanks... I am creating the activity indicator as shown below: var...
View ArticleXamarin.Forms Intellisense not Working on Visual Studio 2015 clean Install
Hi, I'm trying to write a Xamarin.Forms project in Visual Studio 2015 made with a clean install: What do I do? I thought there was built-in support. Regards.
View ArticleUserDialogs for Windows App
I'm developing an app that must run on Android, iOS, WinPhone and Windows App. For the first 3 platforms I used Acr.UserDialogs library for UserDialogs like Loading, Confirm Msg, etc called from a...
View ArticleThe application may be doing too much work on its main thread on Android
Hey there, We are building an app with Xamarin.Forms.. App works well on Windows and iOS without much performance impact, however on Android performance is extremely slow.. When I checked output in...
View ArticleNeed Cell Editing in Xamarin Forms
I need Cell Editing in Xamarin Forms XFGrid. I attached the XFGrid design. Please help me. Thanks in advance
View ArticleAnyone know how to remove the blue line under Android ListView Group Headers?
Hi, has anyone successfully managed to remove the thin blue line under the Android Listview Group Headers? I've tried a number of approaches, nothing appears to work, any help would really be...
View ArticleWindows Store Application Review: "This API is not supported" errors from...
We've made a iOS/Android/WP8.1 app, and when submitting the appxbundle to the Store, we get about a hundred validation errors like these, and all are from XLabs.Platform.WP8.dll: This API is not...
View ArticleBetter Map Control...Coming soon
Lots of updates coming to the Extended Map control https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/ExtendedMap Updated UI iOS support Improved Win Phone support Custom pin icons...
View ArticleHow to use WCF Service in Xamarin.Forms(Portable) project
How to use WCF Service in Xamarin.Forms(Portable) project.
View ArticleWorking with Fonts sample not working?
Hello, I'm trying to use custom fonts and downloaded this sample. However, it won't work on Windows Phone. The "hello forms" label, that in Android is using a custom font, in WP is just on the regular...
View ArticleCustom Renderer, surface not destructed nor disposed
I have a custom view renderer for android that works with a SurfaceView. When directly poping to root from the page that uses the custom renderer, the dispose or surface destroyed methods get called....
View ArticleRelease build not working properly for Xamarin.Forms Android Project
Hi, Release build(I have followed the steps for release mode as given in developer.xamarin.com/guides/ link for Prepare an Application for Release ) is not working properly for Xamarin.Forms Android...
View ArticleHow do I set the separator color for list view in Xamarin.Forms (Android)
When I'm using default background color for Page, I can able to see the separator color for list view. But when I'm using background color as white, I'm unable to see the separator color. How can I...
View ArticleDivider color Listview
Can i change the color of divider/line between listview item? I set light background and I don't see the divider
View ArticleCreating an image cropping page --
Long story short I have been playing around with this image cropping tutorial: " https://blog.xamarin.com/using-custom-uiviewcontrollers-in-xamarin.forms-on-ios/ " Since I am a Xamarin noob I am having...
View ArticleUsing MPRemoteCommandCenter in Xamarin Forms iOS project results in crash!
I am currently developing music player in Xamarin Forms. Today i ran in a obvious problem that appears to be a bug! I have created a class which implements MPRemoteCommandCenter events so that we can...
View ArticleHeader for ListView in MasterDetailSplitView
Hey guys, I have a problem with the header/Navigationbar of the ListView, see the image below. I created a SplitView in Xamarin.Forms, but there is no Navigationbar over the SplitView on iOS (on...
View ArticleSwitchCell does not look like as requested under Android
As shown in http://developer.xamarin.com/guides/cross-platform/xamarin-forms/user-interface/tableview/ link, we saw that a SwitchCell under Android does not show any text. This is what I want but when...
View Article