OpenGLView custom renderer?
Hi everyone! Is it posible to write a OpenGLView custom renderer? I can't find the renderer I should use in my platform project.
View ArticleBug: Button with colored background that's disabled still lookS enabled
A button with a colored background that's disabled can still look enabled even though it's not. A workaround is to alter the TextColor with a Trigger. <Style x:Key="materialsButtonStyle"...
View ArticleNavigation.PopAsync not freeing Page
I'm having a problem in a project where pages I pop from my Navigation controller aren't freed or collected by the GC on iOS. I eventually run out of memory and crash. I figured I had reference cycles...
View ArticleAdMob Component with Xamarin Forms
I am writing to ask if code samples are available for integrating the Google AdMob Component from the Xamarin Store - into a Xamarin Forms app project; At this point - only iOS is being targeted as a...
View ArticleXamarin 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 ArticleHas anyone figured out how to play sound in Xamarin forms? Preferably Android?
I am looking to make an app that uses sounds, but Xamarin.Forms does not have support for sound, and I tried using the tutorial for the media player in Xamarin.Android, but it seems google changed the...
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 ArticleImage not appearing on Android
I have an image in xamarin forms working on iOS but it just doesn't want to load on Android! I have: - In the XAML [Image x:Name="HatsImage" Source="hats.png"/] - Put the image file in the Resources...
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 ArticleWindows (Phone) Picker: Howto set Textcolor by more than 5 Values
Hi, I have build a custom renderer to set the Textcolor (Foreground) for a Picker on Windows Phone. `public class WindowsPickerRenderer : PickerRenderer { private static Brush _textColor; private...
View ArticleProblems with UriImageSource cache and images
If I have 30 images with URI sources, then Xamarin fails to download them all, and some of them show up as empty. The matter is made worse by the fact that the empty (or failed) images are cached. I am...
View ArticleReplace a modal with another modal
Hello, Is it possible to replace a modal with another modal? I'm opening a modal from a ContentPage usando Navigation.PushModalAsync(). The constructor object receives two parameters that I want to...
View ArticleVery High Memory Usage with Simple App
As I began UI Testing my Xamarin.Forms application I noticed Peak memory usage of > 220MB. This seems high to me. So I created a blank Xamarin.Forms app from the template. i.e. the app that says...
View Article