is there a Tabbed view in Xamarin.forms?
Hello, any idea how to make a Tabbed view in xamarin.forms, i only found Tabbed page which is not possible to put it inside a content page! choosing Xamarin.forms is bad choice? should i've used each...
View ArticleLog in problem
How to tell the slide-in menu of masterdetailpage that the user has logged in? I mean how to make slide-in menu of masterdetailpage display the user has logged in
View ArticleCode MSB4062
Hi Xamarin Forum, I notice one thing when I update my Xamarin.Forms to 3.0.0.446417 in VS 2017 when I start a new project either .Net or shared I immediately got the error MSB4062 The...
View ArticleHow to draw a circle on Map?
Hi everybody! I have follow Circular Map Overlay (Sample) to draw a circle of a location on map. But it's only draw one time when Map is render. I want to draw another circle when I choose a location...
View ArticleHow to remove a tab dynamically
I have this tabbedpage: <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:prism="clr-namespace:Prism.Mvvm;assembly=Prism.Forms"...
View ArticleHow to change Label
Hi xamarin community may I ask for your help how can I change my Label "logged out" to "logged in" upon logging in using masterdetailpage
View ArticleInvalid number of rows in section
I trying to bind a ListView with an ObservableCollection. It works on both Windows Phone and Android but when running it on iOS I get an exception. The message says:...
View ArticleHow to size things in a StackLayout?
I wrote a simple stack layout with an Image control: public partial class LoginPage : ContentPage { public LoginPage () { InitializeComponent (); var img = new Image { Source = "imagenamge.png", Aspect...
View ArticleImplementing Push notifications in Xamarin Forms
Hello, I am working in xamarin forms for developing app from past few months, I need to implement push notifications in my app where user will be notified as any changes occurs in server database, but...
View ArticleGetting error: package android.views does not exist
Recently upgrade to Visual Studio 15.7.2 and I started getting a bunch of javac errors, most of them: error: package android.views does not exist There are a couple other packages missing, and then...
View ArticleHow to read file from Downloads Folder in Android and bind the file to webView
Hi Guys, I have a problem in binding pdf file to web view source. Assume that i have downloaded file from web api and saved in downloads folder in android trying to read the downloaded file from...
View ArticleFrame Outline Color did Not Work in Xamarin.Android
Hi, How to set a frame outline color for Android in xamarin forms?.Please Let Me Know If Anyone To know How To Solve this error.
View ArticleAuthentification Xamarin + Web Site
Hi everyone, I'm new and i have to develop a Xamarin Forms cross platform application. There is a Web Site of this application (I didn't create it), and the authentication's system is generated by...
View ArticleCan't create Effect on iOS Xamarin.Forms 3.0.0.482510
Hello, i made a Tutorial from the eShopOnContainers eBook. The tutorial has a subject on adding an Effect to an Entry (EntryLineColorEffect). The whole thing worked fine until Xamarin 3.0.0.482510 came...
View ArticleChanging navigation bar title when inside a tabbed page.
Hi, I am a xamarin.forms beginner, just wondering how can I change navigation bar's title when its in tabbed page? code as following : public TabbedPageDemoPage() { Children.Add(new PageA() { Title =...
View ArticleIconize plugin for Xamarin.Forms - Easily add icon fonts to your projects
I have just published to nuget and github a series of plugins to easily add icon fonts to your projects. Currently only Xamarin.Android, Xamarin.iOS, and Xamarin.Forms (minus WinPhone) are supported....
View ArticleHow to setup a app with multi currency support?
My application have multi currencies,so how to setup currency on my application. I have a settings page,when user change country then currency will change automatically? how to do this in xamarin forms?
View ArticleHow to catch a local notification when the app is in background?
I am using the UNUserNotificationCenter to show some local notifications on iOS. These are scheduled notifications. Here is my high-level requirement: I am given a Start Date (01-June-2018) and an End...
View Articlelaunch the application when receive the notification without tap in ios
I want to launch the application when receive the FCM notification without tap on notification.I implement it in android end its working fine but we didn't find any solution for ios using xamarin.forms.
View ArticleHow to use the DepencyService correctly to save files...
Hey everyone! I'm quite sure that I'm just having a little issue with using the DependencyServicce that drives me nuts... I have read through the documentation on the Mircrosoft Website and Implented a...
View Article