Create custom Button
Hi there, I'm currently struggling with making a custom button for my App. I am suppose to create a button with 2 sections: Icon Image + Text/Detail (Changeable due to binding). My current approach is...
View ArticleOn iOS, can I set the StatusBar text color independently of the...
I have a Xamarin.Forms app I've been working on and I can't seem to set the colors as I'd like on iOS. I'm using a NavigationPage as the main page of the app with a normal content page inside of it....
View ArticleAny way to show a "Badge" on a Cart Image in the Navigation Toolbar?
Hi there, I've read previous discussions on this, but most are at least a year old. Is there any update on a way to do this in Xamarin Forms? The only alternative I've found is to create prerendered...
View ArticleListViews - loses click action
Hello, Of I would like assistance with the following problem: I have a ListView where there are several lines being listed. By clicking on a line, it triggered one Navigation.PushAsync action, going to...
View ArticleGoogleMap Marker icon issue in renderer
I'm making renderers in my project, so that the PinType enum will actually have an effect by changing the color of the pins. But whenever I use a non-default icon for the native Marker, it draws as the...
View ArticleCould not locate the IOs 9 SDK usr path at ... and Error Executing task...
I'm getting some errors when trying to build my IOs app on a MacBook using Xamarin Studio. Both errors are indicating an issue with the Xamarin.IOs.Common.Targets file. I recently installed Xamarin.iOS...
View ArticleXamarin 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 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 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 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 ArticleChanging current ContentPage colours at runtime.
I have a navigation page that pushes other pages into view. A typical navigation pattern and that works well. I have a static class which contains the colors used by the system. The controls in my XAML...
View Article