How to set svg Image as background in Xamarin Froms
Hey everyone. I want to set a svg image as the background of my differnet pages. How can I set the image to automatically scale to the screen size? I hope that someone can help me!
View ArticleCustom fonts and FontAttributes: how to apply Italic or Bold?
I work on a Xamarin.Forms project where I added 2 Google fonts: Montserrat and RobotoCondensed. I can use these fonts without any problem in my app, with Labels or Buttons, on iOS and Android. But when...
View ArticleHow to change Title font for Navigation bar ?
Can't find place where to change font for Navigation page title. Is there ability to do it ?
View ArticleHow do I change the text lineheight?
Hi guys, I'm trying to change the lineheight of a label but I couldn't figure it out. Can somebody help me out?
View ArticleNavigation.PushAync() method issue on Lollipop devices in Xamarin.Forms ?
Hi everyone, I am facing some issues in my Xamarin.Forms application with Navigation.PushAsync() method but only on android lollipop devices. The app perfectly works on pre lollipop and post lollipop...
View ArticleIs nested navigation in the Master view of a MasterDetail possible?
I am trying to create an Android tablet and phone app with a side pane on the tablet version with full hierarchical navigation. It should be a menu with sub-menus, and selecting a child in the sub menu...
View ArticleDynamic value change and showed in UI, but can't use the property in...
I have created a page where I am showing the api fetched data without refreshing the page by implementing the inotifypropertychanged. When I am using property _bookQuantity its working fine. But when I...
View ArticleXamarin Forms Android blank screen in Release but works fine in Debug
Hi, I have literally spend the last three days stripping down my code to a blank Xamarin application that comes installed with visual studio. The app I published on playstore as "controltowerlive" ;...
View ArticleApplying a background for the control in an Effect
I'm trying to apply a background for what ever the control the effect is attached to. First i made the effect to apply a background for the controls that have either a Fill or Background properties in...
View ArticleChanged background colors of action bar and page after update to forms 3.1
Hi all I’m on the way to update my .forms (shared) project: VS2015 Update 3 RC -> VS2017 15.7.5 .forms 2.3.0.49 -> .forms 3.1 Note: I don’t use XAML yet (I do anything in code). After I have...
View ArticleWhy I can't run my App in Visual Studio?
Hi I'm completely new at Xamarin and I have spent a lot of time trying to run this App, cause a I don't have any experience. There's an App in my work made in VisualStudio 2015 (Version = 14.0.24720.0)...
View ArticleHow to make a multicolumn Picker
I am trying to get the same look and feel as "DatePicker" but instead of picking a date I want my own data to be populating it. For example instead of the columns being "Day, Month, Year" I want it to...
View ArticleOnStartCommand calling multiple time how to solve this?
My background service class call OnStartCommand first time: public override StartCommandResult OnStartCommand(Intent intent, StartCommandFlags flags, int startId) { StartServiceInForeground();...
View ArticleHow to Hide/Show Searchbar & Toolbar while scrolling the listview in Xamarin...
I have a list view, i need to hide toolbar/Navigation bar while scrolling. I have followed this tutorial for Search bar. It is working while appearing disappearing screen is flickering. I need to...
View ArticleHM-10 BLE and Xamarin Forms with Xabre
Hi guys I'm playing around with an Arduino to which I have purchased the HM-10 BLE module. Currently, I just try to see if I can actually discover bluetooth devices through a simple application. For...
View ArticleWhere can I find the new Project Templates?
Hi, I am looking for information to improve my Burger Menu (Master-Detail-Page). I read this article. => blog.xamarin.com/new-xamarin-android-ios-templates I would like to get closer to the visual....
View ArticleTCP Socket Connection to External Device.
Hello, I am currently developing an app that connects to a device that has an IP address and Port number. Traditionally I connect to these devices via PC using System.NET.Sockets. For some background...
View ArticleOpenGLView
Hi, I was wondering how the Xamarin.Forms.OpenGLView is supposed to be used. http://developer.xamarin.com/guides/cross-platform/xamarin-forms/controls/ mentions it without providing a lot of details...
View Articleis There any options to make Rounded Corner Border for Element Entry in...
Hi Everyone, I started a project which has custom textbox(entry) with border and broder radius, if i try with simply entry - android native results with textbox(entry) style with single line at bottom...
View ArticleHow to handle back button navigation event in iOS?
Hello, I am implementing an app using xamarin forms in that I want to implement custom back navigation in iOS.I have implemented for android using below code and its working fine. So is there any way...
View Article