Localize splash/launch image for android and iOS
How could you localize the launch image on iOS and android? I know you can edit an image properties on Xcode, but how do you this on Xamarin? (see image below) For android I'm using the tutorial on...
View Articlehow can i get horizontal Chart(Columns) using XLabs in Xamarin forms
Hi Everyone, I am getting chart using XLabs in xamarin forms, but as per my requirement chart(Columns) should be in Horizontal as shown in below pic. can someone help me in this.
View ArticleHOW CAN I DISPLAY THE BLUETOOTH DEVICES USING MONKEY ROBOTICS. ANY ONE WITH...
HOW CAN I DISPLAY THE BLUETOOTH DEVICES USING MONKEY ROBOTICS. ANY ONE WITH AN EASIER METHOD PLEASE.
View ArticleWhere are the release notes for 2.0.0?
Can't see them in NuGet. Can't even see an announcement on this forum.
View ArticlePicker.Clear() System.ArgumentOutOfRangeException
Hey guys, I just realized a strange behaviour in my app. Situation: I got the following Data-structure: A customer got multiple projects and projects got multiple orders. In my app the user can select...
View ArticleTerrible TableView perfomance on Android
I am using XF to create an Android app and I use TableView to create a page with settings. However you scroll the table view, the more you do it, the slower it gets. You can also see GC going crazy in...
View ArticleHow to get obtain the 10 last registers in SQLite?
I'm trying to get my BD Sqlite the last 10 records from a table. I tried it with the following command: return _sqlconnection.Table ().Last (); But I just returned last record, if I test with the...
View ArticleHow to print the current display screen xamarin.Forms (windows 8.1)
Hi I created a app in xamarin.Forms for windows. I am displaying a list to the user and i would like to give the user the option to print the list. I found a demo app that was build in windows 8.1 (not...
View ArticleTimePicker does not appear to behave like the DatePicker
We're making use of the Focused/UnFocused event. What we've found is the DatePicker will have the value you've just picked all set and ready for you to use in the event when UnFocused occurs. The...
View ArticleI have some blinking when i replace image
I am working with xamarin forms and trying to create navigation menu. I need to set new image when i click on cell. I have some blinking when i replace image. I create image: var image = new Image {...
View ArticleProblem with StackLayout and Label tail truncation
Time label is clipped, while it should not: https://monosnap.com/file/2Gpp3PkcDfQi5NR6q3Ys5XprHE5zLI Here is the code: <StackLayout Orientation="Horizontal" Spacing="5" Padding="12, 6, 12, 3">...
View ArticleChange toolbar 3 dot icon and how to get secondary toolbar items under a...
Hi, I have a toolbar that contains 4 secondary toolbar item. There is a 3 dot icon (which is by default), by clicking on which the toolbar dropdown opens. I want to replace the 3 dot icon with an icon...
View ArticleHow can I hide the iOS status bar in landscape pages in iOS 7?
I have a forms app that I force a page to landscape. This part is (finally) working properly on an actual device. But, testing on iOS 7 I realized that the status bar displays while on 8+ it does not...
View ArticleAdditional Content in a custom Xamarin.Forms Control (XAML)
If a custom control is created with content, is there any way to specify additional content: (Example here StatusView is a ContentView with a Grid for its Content) I would like to take whatever...
View ArticleXamarin.Forms 2.0.0.6482 lot of problems in Winphone 8
What happen this this version in windows phone 8? After update for this version from 1.5.0.6447, Pickers disappeared the only thing i can see are a black vertical line ... the Entry object is strange...
View ArticleI want to develop an Xamarin.Forms app using the iOS indie version...
I want to develop an Xamarin.Forms app using the iOS indie version and when I am almost finished I want to build the Android version. Is that possible? Is there a better suggestion for a developer on a...
View ArticleAfter changing from FormsApplicationActivity to FormsAppCompatActivity some...
Hi! I changed my MainActivity to use FormsAppCompatActivity to be able to support Android 6.0 Runtime Permission, which was pretty messy to fix in Xamarin Forms. When I did this, I had to change my...
View ArticleIs it possible to POST data to a WebView?
In Xamarin Android, and also something similar in iOS, it's possible to perform a PostURL with given POST content. This allows you to pre-fill form data or dynamically load a webpage with POSTed...
View ArticleDisable second tap on Label
Hi All, I have a label where i am handling the click event using guestures. code below. XAML CODE <Label Text="Click Here" FontSize="Micro"> <Label.GestureRecognizers>...
View Article