Xamarin.Forms Android NavigationBar and TabbedPage Problem
Hello Community, i have the following problems. I did these steps http://motzcod.es/post/115523285992/material-design-theming-for-xamarinforms-android for the Material Design Navigation bar. It shows...
View ArticleCrosslight vs Xamarin.Forms
anyone try Crosslight ? is it more advance then Xamarin.Forms http://www.intersoftpt.com/crosslight/
View ArticleListView bound to ObservableCollection crash
I have ListView bound to an ObservableCollection. When I do ObservableCollection.Clear() it crashes/throwing with a NullReferenceException in Source: "Xamarin.Forms.Core" at...
View ArticleCan 3 Windows/Visual Studio Devs use the same Mac as an iOS build server?
As the question states. We're just getting started with XF and wondered if we'd need also need 3 Mac's, or just the one? We've not got the infrastructure/licences in place as of yet - just wonder how...
View ArticleHow to set Entry keyboard to show numbers/symbols first
I have an Entry which uses the default Keyboard property, so when the user selects it the keyboard slides up and shows letters, with the option for the user to switch to numbers pressing the "123"...
View ArticleWebview and posting web authentication
Hello everyone, I'm creating a mobile application to interact with a website. The website has a login page that has a field for username and password. The website takes the login data, authenticate,...
View ArticleHow do I prevent the OS X firewall from complaining every app launch?
I recently got my iOS license, and I'm writing some applications. Every time I debug, it seems this is what happens: I choose "Start with debugging". The iOS simulator launches, and Xamarin sits at...
View ArticleHow to implement speech to text feature in Xamarin.Forms
Hey, i am trying to build a app with the microphone icon on the side of Editor control in Xamarin.Forms. I want the user to click on that microphone so that user can speak and the text will come as...
View ArticleButton renderer iOS
Hi, I'm new to Xamarin and start with Xamarin.Form API. I look video for using renderer to customize each component for each platform. I try to make a button with a background gradient but can't find...
View ArticleInstantiating DataTemplate in XAML
May be silly question, but is it possible to instantiate DataTemplate class in XAML without ListView? If I make it inside ContentView, it throws a XamlParseException: Cannot assign property "Content":...
View ArticleUsing Xamarin.Forms.Maps for offline use?
Hello Is it possible to use Xamarin.forms.maps for offline use? and if it is, any documentation on it? Else if I wanna add OsmSharp to Xamarin.forms, how do i make custom renderer, that renders Map...
View ArticleContentPage.Resources not found.
HI guys, Given the following xaml: <?xml version="1.0" encoding="UTF-8"?> <ContentPage.Content> <ContentPage.Resources> <LayoutOptions x:Key="vertOptions" Alignment="Center"...
View ArticleAdding Pull To Refresh to ListView for iOS :)
I love pull to refresh and I wanted to add it to iOS. Mark's video is awesome showing you how to use custom renderers, so I applied his practices to iOS:...
View Article[Guide + Code] Adding Pull To Refresh to Xamarin.Forms Android apps
I already posted about how you can do this on iOS with a custom TableViewRenderer, however last night I finally got it working on Android using the Support v4 SwipeRefreshLayout: Here is my blog post...
View ArticleHow to change the highlight color for selected item in the listview?
I'm working with Xamarin Forms ListView and trying to change the highlight color for selected item because right now for Android version, the highlighted item has black color. I'm using DataTemplate to...
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleImplement interface in a IOS controller
Hi I have a small application that use Xamarin.Forms, I now need to implement InApp purchases for the IOS version. I read about the InAppPurchases component, that I found in the component store, and it...
View ArticleXamarin.InAppPurchase from Xamarin.Forms?
What's the best way to navigate to a purchase page from Forms? A custom renderer? Just wondering if anyone has any pointers, really. Obviously this part is going to be iOS-specific... i'm only...
View Article[TabbedPage] Change colors of tabs in Android
Depending on the Android theme, the tabs are showing with different background and text colors. What is the best way of customize the tabs colors? Thanks
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 Article