Remove all views from activity
I use method AddContentView for add my view in Activity: protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new...
View ArticleXamarin Mobile Essentials (aka Intellisense for XAML in Visual Studio)
In case somebody didn't notice this Forms XAML intellisense extension for Visual Studio (and eventually other features later on).
View ArticleMobile Essentials Intellisense stopped working
Intellisense has stopped working since I updated to the latest version 3.11 of Mobile Essentials Xamarin.Forms Intellisense. I am using VS2013 Update 4 with Resharper 8.2. I have tried disabling...
View Articleios8 app extension using Xamarin Forms
Is it possible to implement an io8 app extension with Xamarin.Forms? It looks like iOS 8 needs to retrieve a UIViewController from the Xamarin.Forms app. Is this possible?
View ArticleHow to scroll to end of listview (Forms) when adding an item?
I just tried to find solution for few days but it's not solved yet. Please anyone can help me?
View ArticleCityPulse - written with Xamarin.Forms. Going public beta on iOS, Droid & WP8
Hey there, I'm Patrick, co-founder of CityPulse, a platform for professionals and tech enthusiasts to discover and attend over 500k events in 200 cities. We have used Xamarin.Forms for our...
View ArticleGrid layout separator?
It could be a stupid question, I don't know. Is it possible to visualize separators in grid layout?
View ArticleHow to get the path of .app file in Mac machine after build the code in...
How to get the path of .app file in Mac machine after build the code in xamarin forms. I want build file (.app) path on Mac Machine.
View ArticleHow to implement a sub-navigation tab system ?
Hello everyone, I currently develop an application that has a tabbedpage for main navigation (I don't like hamburgers app) In one of those page, i would like to have a navigation tab bar on the top,...
View ArticleXamarin Social Media(Facebook,Google+,Whtsapp,Twitter) Posting Cross-Platforms
Hi Please help me out how i can share the detail to the social media. In my project Suppose in click of facebook or google+ or Twitter i want to post only number. Please help me out from the sample...
View ArticleXamarin forms Listview selected item background color
just don't know how to fix it in cross platofrom renderer way, I've tried to over paint it from code, but no results, there is that blue line between list items and I don't know how to fix, if anybody...
View ArticleBlank region at the bottom when setting NavigationBar.Translucent = true
I set it in the ViewWillAppear method of the Sign up page. Then when I transition to the Log in page, there is a blank region at the bottom. Any idea why?
View ArticleThe dangers of using singletons in Xamarin.Forms App constructor
Hi, I was not sure where to post this but Xamarin Forms forum seems to be the best fit. I wanted to share an unpleasant experience, in order to help people who might (and will) encounter this issue. 1/...
View ArticleBinding with indexed properties
I have been working with binding towards a model that use indexed properties (using string identifiers), and have some issues I can't seem to get around - I was hoping someone here have some answers,...
View ArticleForms Listview hide last few rows in iOS
Hi, I am using Xamarin.Forms Listview in my project. I am able to load and show the data using ItemsSource property. My problem is in iPhone last few rows are hidden. I can see those rows only on...
View ArticleNavigation Page Back Button Text
Hi! I want to hide the back button text forever, maybe i put only an icon. How can i do it? Thanks!
View ArticleHow can I change Switch Text color? (Android)
Hi, there's a way to change through style xml file the text color of a Switch? (See the attached file Below) Thanks
View ArticleWe are facing an issue while using PopupLayout in Xamarin forms iOS.
Hi, We are facing an issue while using PopupLayout in Xamarin forms iOS. After adding the popupLayout as content to the Parent Layout i am unable to fire the click event for the button. Can anybody...
View ArticleHow to change the font size of the title on a Carousel Page on Windows Phone
This question is similar to this more generic and unanswered question: Customizing Title on carousel and tabbed page On Windows Phone I'd like more of the title of my carousel page to be readable...
View Article