Anybody please share example code for read/write stream data to a filename...
Hi Teams, Anybody please share example code for read/write stream data to a filename from mail attachment.
View ArticleXamarin Forms: Custom Render Label Binding removing FontType
Hi everyone, I'm facing a very weird situation with my custom rendered label after being binded, the FontType is just gone, and the default style appears. (Android) My steps where: Download any .ttf...
View ArticleMasterDetail Page Icon Color Discrepancies
I have an Xamarin.Forms application running on iOS using a MasterDetail page. I have a 1x, @2x, and @3x versions of a slideout icon, which appears perfectly fine on the iOS simulator: However, when...
View ArticlePopToRootAsync isn't working in my Windows Phone(8.1) project
Hi, I have used PopToRootAsync call in many places in my Xamarin.Forms PCL project which is shared by all the three platforms Android, iOS & WindowsPhone. But PopToRoot method is not working in my...
View ArticleHow to get Response from webservice soap based
Hello, I want to get Response from soap based webservice, this webservice is running fine in my android native code but when i am calling this webservice in xamarin forms i am not getting any response...
View ArticleConsuming Web Service in Xamarin
Hi Guys, Trying to build my first Xamarin app. Got stuck on web services. I am trying to replicate one of my app build in Android Native. Getting stuck at authentication via web service. Using the same...
View ArticleApp Crash On StartUp - iPad only
Hi, I have this app that I'm trying to release into the AppStore. Apple has been trying to run the app but has some problems running it on an iPad. It runs fine on iPhones. Have done testing on both...
View ArticleWant to write Webservice so that i can authenticate from my username and...
anyone can provide the example of complete code which uses the webservice for authenticating , it should be "post" type.
View ArticleI am getting an error message ....
I am getting: public partial class Startpage : ContentPage { public App () errormessage here: "Method must have a return type" .. what do i do??
View ArticleGoogle Analytics and Xamarin.Forms
Hi, I'm interested in using Google Analytics in a cross platform Xamarin.Forms app. Just wondering if anyone has done this successfully and has some pointers they would like to share. Just for fun, I...
View ArticleDoes Xamarin.Forms binding allow me to...
...bind to another control? For example, in XAML: <ContentPage .....> <StackLayout> <Switch x:Name="swExample" /> <Entry x:Name="entryFoo" IsEnabled="{Binding...
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 ArticleIcon on navigation bar for Materdetails page doesn't show on device but...
I'm trying to display a settings icon on the navigation bar, and it was successfully shown on ios simulator, but when I deploy it to device, and icon was disappeared. Any one have any suggestion?...
View ArticleHow azure offline sync exactly works with XF
I would like to add Azure Offline sync feature to my XF app. I could make it work, except this scenario: when app does not have network connection (it is in offline mode), add an item to the sync...
View ArticleListView GroupHeaderTemplate Android
Hi Folks ListView Grouping is an awesome feature and works pretty well. But i have a question regarding Styling in Android. We use the Holo.Light theme and below every grouping Header is a one pixel...
View ArticleNeeding help with a particular layout.....
Hey everyone. I'm struggling to figure out how to create the attached layout. I'm fairly new, and I'm still trying to learn XAML, so thanks in advance for everyone's patience with me. Anyways, I am...
View Articlechanging Grid.IsVisible to true: child views remain invisible
I have a GridLayout with some child views in it, and initially the grid is invisible (and collapsed), because I set "IsVisible" to false. Then I have a button to toggle the visibilty of the grid, and...
View Articlebutter smooth scrolling with listview - and xaml (and web loaded images) at...
I've come up with some great performance tweaks for listview (my previous performance improvements were for xlabs collectionview). I now have 100% native performance, even with view cells defined in...
View ArticleCreate 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 Article