Better Map Control...Coming soon
Lots of updates coming to the Extended Map control https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/ExtendedMap Updated UI iOS support Improved Win Phone support Custom pin icons...
View ArticleHow to use WCF Service in Xamarin.Forms(Portable) project
How to use WCF Service in Xamarin.Forms(Portable) project.
View ArticleWorking with Fonts sample not working?
Hello, I'm trying to use custom fonts and downloaded this sample. However, it won't work on Windows Phone. The "hello forms" label, that in Android is using a custom font, in WP is just on the regular...
View ArticleCustom Renderer, surface not destructed nor disposed
I have a custom view renderer for android that works with a SurfaceView. When directly poping to root from the page that uses the custom renderer, the dispose or surface destroyed methods get called....
View ArticleRelease build not working properly for Xamarin.Forms Android Project
Hi, Release build(I have followed the steps for release mode as given in developer.xamarin.com/guides/ link for Prepare an Application for Release ) is not working properly for Xamarin.Forms Android...
View ArticleHow do I set the separator color for list view in Xamarin.Forms (Android)
When I'm using default background color for Page, I can able to see the separator color for list view. But when I'm using background color as white, I'm unable to see the separator color. How can I...
View ArticleDivider color Listview
Can i change the color of divider/line between listview item? I set light background and I don't see the divider
View ArticleCreating an image cropping page --
Long story short I have been playing around with this image cropping tutorial: " https://blog.xamarin.com/using-custom-uiviewcontrollers-in-xamarin.forms-on-ios/ " Since I am a Xamarin noob I am having...
View ArticleUsing MPRemoteCommandCenter in Xamarin Forms iOS project results in crash!
I am currently developing music player in Xamarin Forms. Today i ran in a obvious problem that appears to be a bug! I have created a class which implements MPRemoteCommandCenter events so that we can...
View ArticleHeader for ListView in MasterDetailSplitView
Hey guys, I have a problem with the header/Navigationbar of the ListView, see the image below. I created a SplitView in Xamarin.Forms, but there is no Navigationbar over the SplitView on iOS (on...
View ArticleSwitchCell does not look like as requested under Android
As shown in http://developer.xamarin.com/guides/cross-platform/xamarin-forms/user-interface/tableview/ link, we saw that a SwitchCell under Android does not show any text. This is what I want but when...
View ArticleSeparatorColor and SeparatorVisibility dont work on Android.
I need to delete the separator in a ListView. I ve tried with the SeparatorColor and SeparatorVisibility properties. I also tried with the custom renderer...
View ArticleNeed to change Status Bar color change
Hi, I have set Light Content in status bar style in Info.plist. The status bar color is changed on launch screen. But It's not changing in my xaml pages. Here I have to change the status bar color in...
View ArticleHow to show Bread Crumb in every page.
I want to show the bread crumb as like in attachment. Please suggest me the way
View ArticleKeeping the current zoom level forms.maps
I'm using Forms.maps top show the users locations while tracking on a map, everything's working fine except that I would like to keep the user's current "zoom level" when I'm in the handler. The...
View ArticleCan Scroll view indicate if content is cut off?
I have a screen with a scroll view (that has many input items) and a save button. Depending on screen size, and item alignment it is possible to not realize that items are off the bottom of the screen....
View ArticleMaster Detail Page on the right side using Xamarin.Forms
Try to create custom page with behavior similar to existing master detail page, with only one difference - opening from right side. Custom class has two properties: Content and Menu - both Page type....
View ArticleVery High Memory Usage with Simple App
As I began UI Testing my Xamarin.Forms application I noticed Peak memory usage of > 220MB. This seems high to me. So I created a blank Xamarin.Forms app from the template. i.e. the app that says...
View ArticleHow can I stop Device.StartTimer?
When I use System.Threading.Timer I can stop my timer and start it again: protected override void OnScrollChanged(int l, int t, int oldl, int oldt) { if (timer == null) { System.Threading.TimerCallback...
View ArticleIs there nay way of cancelling the "back" button event from the NavigationPage?
Topic. Is there any way of cancelling the "back" button event from the NavigationPage, preventing the user from popping the navigation stack ? I already can intercept the hardware back button from the...
View Article