Cross platform Bluetooth image sharing
Hi devs, I'm wondering if there is a possibility to share photos using Bluetooth on iOS and Android. And if this is possible, what kind of protocols should be used? I found out the BLE detection is...
View ArticleGoogle Account login Integration for android Xamarin
I need to integrate google login to android application. gone through the code from bellow link: http://motzcod.es/post/67077106339/google-plus-services-login-and-1-in-xamarin-android it shows the...
View ArticleHide MasterDetail Slider menu in all pages except root in Windows
Currently MasterDetail slider menu button is shown in all pages in Windows Phone navbar, I want it to appear only on root page and should be hidden in all other pages. I am developing WinRT project...
View ArticleXamarin Forms How Save Photo to Album ?
Hi, I have create a app in xamarin forms, in this app i have list of images, i need when i click on any image it will save to Album. in ios its working fine with below code:...
View ArticleListView space issue when HasUnevenRows=true. Need a solution.
Hi All, I'm working on a simple listview structure. My requirement is basically to show elements in list. I want HasUnevenRows=true because few elements are single lined & few are multi lined. Here...
View ArticleIs there any record in APK of the linker settings used during Android build?
To avoid wasting hours investigating in future if somebody (probably me) changes the misleadingly-named Linking (and Skip linking assemblies) settings of the Android build, I was wondering if there is...
View ArticleMasterDetail & Tabbed pages have unexpected results on Android
Hi! I just started out with the (awesome) Xamarin.Forms, but bumped into a problem yesterday that I can't seem to figure out. I created a MasterDetail page that contains two Menu options: One that...
View ArticleWhy does my oxyplot not display within a stacklayout?
Hi Guys, I am hoping someone can give me a point in the right direction. I have the following page: <?xml version="1.0" encoding="utf-8" ?> <ContentPage...
View ArticleWhat is my android package name?
I am developing a Forms app and would like to implement maps into my application. I have already tested my functionality with Windows Phone and iOS, but I am not sure what my package name is for...
View ArticleCrashes in iOS simulator
Hello, Still new to Xamarin, now running into iOS simulator crashes that I cannot explain and, worse yet, have no clue as to where or how they are originating. The messages in the system.log: Aug 5...
View ArticleHow to get started with Android
Ok... I've been working with Xamarin Forms for about 4 months. I started with iOS/PCL in VS2013. I had really no problems building my first mobile app with this configuration. Actually about to submit...
View ArticleHow do I reference Custom Controls within a Xamarin Forms Shared Project?
I'm running into an issue when trying to reference my custom control within my XAML page. It seems that it needs the Assembly, but with the Shared Project template how do I do that since the assembly...
View ArticleProblem with messagingCenter
Hello, I've a problem using messages to drive the navigation from an async call. I try to explain better. My problem is really simple: I've a login page. In this page I subscribe to navigate when a...
View ArticleCustom Controls, SetNativeControl and proper event handling
I am trying to use the Xlabs ImageGallery. In looking into the code it seems to have some issues with event handlers and I am just trying to get an understanding as to how it theoretically should be...
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 ArticleHelp Me whit a Binding to List View
i need binding in a list view but, y cant, can i help me? ` <ListView.ItemTemplate> <ViewCell.View> <Grid.RowDefinitions> </Grid.RowDefinitions> <Grid.ColumnDefinitions>...
View ArticleSetting shadow on detail page in MasterDetailPage
I am trying to recreate this UI. Screenshot I'm using a MasterDetailPage. In the existing app the background of the master page and the detail page are white. To separate them, the detail page has a...
View ArticleTableView.ReloadData equivalent for listView?
I have a listView where the cells have a field that is constantly updated on the backend. I have a timer set up to pull the new data at a set interval, but I don't see anywhere to have the listView...
View ArticleAndroid compiler warnings
I'm finally getting this android app into my already existent iOS/PCL solution. Getting 103 warnings like so: Warning 65 android\view\ActionMode$Callback.class(android\view:ActionMode$Callback.class):...
View ArticleChange color and Padding of a Picker
Hello, I'm trying to change the color of a Picker using a custom renderer. This is what I have. using System; using Xamarin.Forms.Platform.iOS; using AppNamespace; using Xamarin.Forms; using...
View Article