Xamarin Forms Admob plugin does not support AdMob for Android - what can I use?
Hi Folks, Does anyone know if AdMobBuddy is working well? If not- any suggestions for doing ads on Android in Xamarin Forms? Many thanks, Mike
View ArticleProblems with the search bar
I am noticing a couple of problems with the forms SearchBar when testing on android 1) Sometimes it misses characters when typing fast 2) When the suggested text above the keyboard is selected the...
View Articlegrid column and cells
Hello colleagues. I'm making a billing application, I need to create a grid with several columns, I'm trying to do it with a list view but I can not add columns, any advice on how I can do? Example:...
View ArticleGridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleXamarin Forms GridView
Hello everybody ! I'm looking for a GridView component in Xamarin Forms (not a Grid layout), is it possible ? If not, can I use a ListView and modify it to appear as a GridView ? Thanks in advance
View ArticleApp not starting on iPhone 6 (iOS 9.0.1)
Hello, I have developed an app, using Xamarin.Forms. The app runs great on iOS 7,8,9 on iPhone 4/5s/5c hardware - and fwiw Android 4.2.2 +, loving Xamarin.Forms! The issue I am having is that when the...
View ArticleLayout errors on Xamarin.Facebook LoginButton
Has somebody has found with this error. I'm using a custom render to use the Facebook LoginButton. On iOS everything goes fine. But Android the button shows like the attached picture. The Text for "Log...
View ArticleFile.WriteAllBytes in Android API 21+
Recently I wrote up a bit of basic code for our XF project for Android as an alternative to our existing iOS functionality to open/display PDF files. Basically it just fetches bytes from a web service,...
View ArticleAttribute "circleCrop" has already been defined (APT0000) common_attrs.xml...
I upgraded from Xamarin.Forms.Maps 1.4.0.0 to 1.5.0.6447. My solution contains several projects, including a lot of PCLs, two Android, and two iOS projects. Everything was building fine before the...
View ArticleWhich MVVM Frame is best in Xamarin.Forms?
I don't come here more than six months. So I don't know what happened during this time. I want to know which MVVM Frame is best in Xamarin.Forms now. May Caliburn.Micro isn't come here. I use this in...
View ArticleDisable controls on page in xamarin.forms
Hey all, I'm using XLab's PopupLayout to display popup on screen in my app. But the only issue i'm facing, is when the popup is open user is still able to select controls from backside and the page...
View ArticleWhat about Android connected (or started) services in cross platform...
Hi, i started mobile development in java for android. Now i'm here in Xamarin because i need to develop application for ios too. I don't know (at all) ios and so i have doutb. Let's consider android's...
View ArticleAnimate multiple Views in parallel
I need to fade multiple Views out in parallel with each other. At the moment, I'm using the View.FadeTo to fade the two views out right now. I'm doing it in an async void method, and not awaiting the...
View ArticleControls for Image gallery
Hi, migtht be a simple question but I am looking for a suitable control to show images like an image gallery. The images should be shown next to each other in one "row" until the display screens wraps...
View ArticleXLabs photo GPS Info in Exif meta data always EMPTY
Hi all, hi XLabs user, I am using the well known code for taking a photo based on the XLabs library: private async Task<MediaFile> TakePicture() { this.ImageSource = null; return await...
View ArticleOpen ContentPage from PCL project in iOS project
HI I hope I don't come across as an absolute idiot. I have a PCL project targeting just the iOS platform currently. I'm using a custom map renderer and I'm trying to open up a ContentPage from the PCL...
View ArticleDoes Xamarin Forms Support RelativeSource on a Binding?
for example: {Binding Path=PathToProperty, RelativeSource={RelativeSource AncestorType={x:Type typeOfAncestor}}}
View ArticleDoes the jumplist for a grouped listview work on WINRT?
The Jump list works fine on WP 8.1 Silverlight but doesn't seem to want to work with WP81 WINRT I have a really basic listview <ListView x:Name ="lstView" IsGroupingEnabled="true"...
View ArticleSystem.NullReferenceException at...
Immediate crash after application begins "WorkingWithMaps" and "MobileCRM" from https://github.com/xamarin/xamarin-forms-samples (both use Maps) Host system is Windows 8.1 Tried in Nexus 10 KitKat,...
View ArticleXAML Button sitting in middle of grid cell, despite using END definition?
I am building a Xamarin app with two icons in which I have used the following code: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View Article