In tabbed pages how to navigate views in same page
Hi, My project requirement is to show file downloading and uploading actions by activity loader. Xamarin.Forms PCL approach used in project for Android and iOS platforms. In Xamarin.FORM core project a...
View ArticleMaster Detail Page Icon
I'm following the instructions here; https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ The navigation bar icon is placed too far to the right by default. Is there a way to...
View ArticleHow to change the nav bar background color on Android?
Hello I'm having issues with setting the navbar color with this: var mainNav = new NavigationPage (new TodoListPage ()); mainNav.BarBackgroundColor = Color.FromHex ("a97946"); MainPage = mainNav; This...
View ArticleIs it possible to access custom control coded in ANDROID project through...
Hi , I want implement a custom listview control with some additional features which is coded in android project ( native code ) , and render that custom control in my forms project . is it possible to...
View ArticlePerformance Profiling Layout Construction and Data Binding
More out of curiosity and making sure I develop the most performant UI's possible, what ways would you recommend being able to profile the actual CPU / Memory on a layout creation. Just to be clear,...
View ArticleFile.WriteAllBytes in Android API 21+
Recently I wrote up a bit of basic code for our XF project for Android as an alternative to our existing iOS functionality to open/display PDF files. Basically it just fetches bytes from a web service,...
View ArticleTrouble with Navigation Bar in MasterDetail Page
Hi I'm having trouble with the MasterDetail Navigation on the detail page. I would ultimately like to hide the navigation bar so that I can create a very custom look and feel I have tried adding...
View ArticleWebException : Send Failure. Error Writing Headers
I am trying to read some data from a local https server using HttpClient. The code works OK for HTTP. The Exception which is thrown with HTTPS is System.Net.WebException : Send Failure. Error Writing...
View ArticleCustom Fonts
Hi, I'm just going through customizing fonts in Xamarin.Forms. I want to set custom fonts in my entire app. I read many notes, articles, etc, defining about customizing font in Xamarin.Forms, but they...
View ArticleHow to not show separator/divider row between rows in a ListView()
Hi, I'm using Xamarin forms to show a ListView(), everything is working fine, but I cannot find out a solution to not show separator/divider row between rows in my ListView. Someone knows how to fix...
View ArticleHardware Back Button
I've got an app which displays a login page modally when it detects that the user has not logged in. However, the user can still dismiss the login page using the hardware back button, thus returning to...
View ArticlePOLL: What is your preferred location for ViewModel Hydration?
I've been torn on this topic, as I see value either way. Now that I'm working on a ViewModel-First navigation library, I'm trying to decide where a user will typically (in a well-factored code base)...
View ArticleRight Toolbar Icon on Xamarin.Forms - iOS
Hi, I have some problems with the toolbar item on iOS. On android it is working fine, but in iOS when i put 2 icons toolbar item, they take all the place on the toolbar and i don't know why... I make...
View ArticleProblems to start SLsvcUtil.exe
Hi guys We are trying to perform the step 3 on Creating a Xamarin.Android Application using this walkthrough:...
View ArticleSync Photos folder with dropbox using Xmarin Ios
Hello Team, I'm developing mobile application using xamarin forms. I need to do a sync with dropbox of photos, database and folder. I have used Dropbox Sync & DataStore component. I have done with...
View ArticleSync Photos folder with dropbox using Xmarin Ios
Hello Team, I'm developing mobile application using xamarin forms. I need to do a sync with dropbox of photos, database and folder. I have used Dropbox Sync & DataStore component. I have done with...
View ArticleKeyboard.Create(0) Doesn't turn off all features
http://iosapi.xamarin.com/?link=T:Xamarin.Forms.Keyboard/* http://iosapi.xamarin.com/?link=M:Xamarin.Forms.Keyboard.Create(Xamarin.Forms.KeyboardFlags) I want a keyboard that the same as the Password...
View ArticleRemove icon from action bar from xamarin forms android project
Hi, Can someone help me in removing icon from action bar ? Thanks, Ashish jha
View ArticleHow to open .eml file
Hi everyone, How can I open .eml file in xamarin.forms iOS?? Kind Regards Taimoor Janjua
View ArticleXamarin.Forms 1.4.4 Released
Important Notes Your Xamarin.Forms.Cell may receive null as its BindingContext during the cleanup procedure. This helps unhook bindings and fix some potential memory leaks. If your Xamarin.Forms.Cell...
View Article