How to add a Label to a Relative layout and center it horizontally
Hi all, I'm trying to horizontally center a label in a Relative Layout. My intuitive way of doing it would be to add the label to the layout with an X constraint equal to the parent's width minus the...
View ArticleHow to add checkbox control in XAML
Hi, I want to add Checkbox control in Xaml page. I added below code in .Xaml page. <CheckBox Margin="10, 10, 3, 3" Name="acceptPolicy" Content = "Accept our policy" FontSize="12"...
View ArticleForm Maps orientation
I noticed Xamarin Form Maps by default display map to North. By ICompass plugin i can get data orientation by user, so my question is: - how can i rotate Xamarin Form Maps (the maps content) to a...
View ArticleCross 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 ArticleIssue with zxing after 1.4.4 update
Before the update my app was working fine, but after updating to xamarin 1.4.4 I'm getting this error /Users/J********/Desktop/MyApp/iOS/MTOUCH: Error MT2002: Failed to resolve assembly: 'zxing.ios,...
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 ArticleAndroid app is crashing while debugging on android device
Android app is asking to force close on device near global::Xamarin.Forms.Forms.Init(this, bundle); at MainActivity.cs while checking with breakpoint . Please help me. Thanks in advance
View ArticleHow to implemet image lazy loading in xamarin froms?
Hi, I have been developing a shopping cart application in xamarin.froms where i need to display a particular category of product information including image as list layout and grid layout there are...
View ArticleTrying to connect with Azure
I have been trying to build an app authentication using Azure, I Download the App from Azure website (From Mobile services > Create new Xamarin App), and when i open it, it asked me to update the...
View ArticleShow welcome screen on first login only?
My app has the following flow: login screen -> welcome screen -> main account screen In the welcome screen I would like to have the option to "don't show this page again". Is there a good way to...
View ArticleFind correct file path for image file in a Shared Project to use Xlabs...
Hello! I wonder how i can find correct file path for images i got in a Shared Project as Embedded resource to send them as attachment in mail using XLabs emailservice. I have easily managed to send...
View ArticleHow can I separate my DataTemplates?
Hello, I would like my DataTemplates in seperate XAML-Files. Now I have added for every DataTemplate a seperate XAML-File. One example for a XAML file to seperate the DataTemplates: <?xml...
View Article