How to set Corner radius or Rounded corner for Entry control in Xamarin forms
Hi, I am implementing a cs file which will help me to bring the UI that I have attached. if any one has already implemented the same, can you share your Github reference to have a look on it for my...
View ArticleOld compiled information are used when "Enable developer instrumentation" is on?
I encountered some strange behavior. In Android project of Xamarin.Forms, it seems like old compiled binaries are used on Debug when "Enable developer instrumentation" is on. First of all, HogeView...
View ArticleChanging Android's StatusBar color (statusBarColor/colorPrimaryDark)
I'm having quite the struggle with changing the StatusBar's color for the Android version of my Xamarin.Forms application. After searching the topic for quite a while I couldn't find any property to...
View ArticleHow to use LiteDB in Xamarin forms?
i should store a lot of image file in db but i don`t well know direction for use so help me plz tell me how to use LiteDB in Xamarin forms
View ArticleSQLite alternatives
Hi everyone! Currently in our project(Android\WinPhone) we use SQLite (SQLite Async PCL Extensions). Today we are working on the optimization of our performance. Is SQLite a good db for using in...
View Articlehow to host for xamarin.forms database
I have been fished developing an Xamarin.forms app(with SQL database using web services ) it is working fine locally, I am trying to find a tutorial help me to host my app database like Godady,myasp ?...
View ArticleExport data from Sql Server to Sqlite.
My client has a Sql Server Database. I need to create an App that runs off line then i thought to use SqLite in App. But the principal database is Sql Server 2012. I need to retrieve data from Sql...
View ArticleRemoving a XF page from a navigation stack from the constructor
Hello everybody. I started a small app two weeks ago. I've done some UI work, the back-end and some database operations in the app using Xamarin.Forms 3. I come with this discussion to unblur my mind...
View ArticleSystem.TypeInitializationException: An exception was thrown by the type...
I followed the quickstart xamarin forms code that I downloaded from azure exactly but, i run into the following error when I try to run the iOS project: System.TypeInitializationException: An exception...
View Articlegetting white screen while navigate to another page
while navigating a page to another page sometime content page showing white screen, after rotate my device then content appears how to solve this in my xamarin forms app?
View ArticleProject not referencing MonoAndroid Framework versions - Source Control
Hey, So I'm running into a bit of an issue with my Xamarin project breaking a bigger solution with multiple developers on source control and I'm really not sure what's happening. The application runs...
View ArticlePlatform specific styles
So I've got my app working on iOS, Android and UWP. For some reason it looks a lot uglier on iOS than the other two, so I want to add some iOS specific styles in now to make it closer to my desired UI....
View ArticleError using MySql connector with Xamarin
Hi, I am trying to use MySql plugin in Xamarin project. I have added the pliugin to all my PCL projects and the used: sql_connection = new MySqlConnection("Server=mysql.mydomain.com; Database=mydb;...
View ArticleXamarin Google Auth
I posted the below on StackOverflow with no luck, maybe somebody here can assist. I am attempting to implement backend server authentication for my App Service in Azure using Google. I used the guide...
View ArticleBackgroundColor changes Button size?
I have two buttons in a Horizontal Stack panel. <StackLayout Orientation="Horizontal" VerticalOptions="End"> <Button Text="Reset" /> <Button Text="Search"...
View ArticleApplying custom texture on action bar
Hello! Is there any way to apply custom texture (rainbow, stripes, dots, colourful mess etc.) to action bar instead of changing its colour? I'm thinking about customization of app's look, adding...
View ArticleNeed to put HTML into a Label
I am using Xamarin.Forms and the Label view. I use the FormattedText (FormattedString class) to put formatted text in the Label. My goal here is to be able to convert HTML to a FormattedString. In...
View ArticleTaking Pic from camera using Plugin.Media not working.
@JamesMontemagno Getting this error "Java.Lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser...
View ArticleHow to get the ViewModel to communicate to the View's code behind file.
I am wondering if someone can point me to best practices of communicating from the ViewModel to the view's code behind. I would guess events/messaging etc but would like some input on it. There are UI...
View ArticleButton clicked
Hi Fellas, I was wondering how you can add one a second method to a button when it's pressed for the second time. For example if you tap on a button it will do something then I want to be able to do...
View Article