Oxyplot Simple Graph
Hi , I am trying to display simple graph using oxyPlot in Xamarin forms. I am displaying a page when i launch the app using System; using Xamarin.Forms; using OxyPlot; using OxyPlot.Series; using...
View ArticleHow to implement speech(voice)-to-text using xamarin.Forms
Hello Guys. please help, how do i implement a speech(voice) and textbox gets the text in my application.
View ArticleXamarin Mobile component giving wrong coordinates at times
Hello Friends, Did anyone came across this issue while using Xamarin Mobile component to get user's current location? More details on following SO post...
View ArticleCustom Renderer for Stepper
I want to customize stepper control such that I can set the background color, size and also place an entry between the two stepper buttons. Whats the best way to accomplish this? Thanks
View ArticleTabbedPage More Navigation Bar behavior
I'm trying to avoid using a hamburger menu and started a project with a tabbed page. The project has 6 tabs, and the behavior on iOS 9.1 is to display the first four tabs and a "More" tab. My issue is...
View ArticleAnimating HeightRequest extremely choppy
Is there a way to animate the Height of a VisualElement that is buttery smooth? I have the following that I thought would work, but it is extremely jerky: void collapseExpandHeightAnimation(string...
View ArticleAutosize font label
I have seen a custom approach to autosize the font of a label, but I am missing such a built-in feature. How do you others handle different font size on different systems / resolutions, please?
View ArticleDifferent Editor control styling on iOS
Hi I have Visual Studio 2015 on Windows 10. I have a Xamarin multiplatform project for Androd, iOS, WinPhone 8.0 Silverlight. On one page I have the following xaml code: <StackLayout...
View ArticleHow can i draw route on map for xamarin Forms ?
Hi, I have source(current location) and destination locations, Here need to show the Route map between the locations. And How can i implement the current location changed event in Xamarin Forms.....
View ArticleLaunching an app with Xamarin forms
Hi ... I am currently developing an app in xamarin forms (Cross platform) and I am having difficulties linking/launching another app.
View ArticleEditor.Focus() working first time only
Basic project, with this for the main page: public class App { public static Page GetMainPage() { var stackLayout = new StackLayout { Padding = new Thickness(50)}; var editor = new Editor {...
View ArticleNavigation to views from VIewModel where viewmodel is added in separate solution
Anyone have idea how can I navigate from viewmodel to views (Navigation.PushAsyc(new View())) where viewmodel is placed in another project and view are places in another project. Is it possible to do...
View Articlefailed to deploy application on the target device please try to rebuild the...
I have an iPhone 4s that I have already configured for debugging and have deployed my application to many times. However, after the iOS update to 9.0, i get. "failed to deploy application on the target...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleListView inside StackLayout: a height problem
In a ContentPage I have a ListView inside a StackLayout inside a ScrollView. The ListView is populated (ItemSource is set) in the ContentPage when OnAppearing gets called and I can see that the list is...
View ArticleXamarin Forms ListView Android crash
Hi guys, we are experiencing this crash in our app 10-27 14:42:20.821 E/AndroidRuntime(11355): FATAL EXCEPTION: main 10-27 14:42:20.821 E/AndroidRuntime(11355): java.lang.RuntimeException:...
View ArticleHow to write a unittest with Device.OnPlatform()
Hello I want to test a method on the pcl-part. The IOS-Part do other stuff than the android one. For example the ios-part make a ModalPush and the android-part a normal one How do you test such parts?
View Articlenuget packages, forms versions
We recently started to use an add-on for Xamarin Forms. This was retrieved with nuget. The add-on in itself functions great however sometime after installation we started to get 'xamlctask' compilation...
View ArticleDisplayActionSheet Customization/Style change.
How can I change the look and feel of the DisplayActionSheet (Xamarin.Forms)
View ArticleScanner Event
Hello, I am working on creating a Xamarin.Forms application for Android and I need to incorporate a barcode scanner into the application. I am using an MVVM approach with XAML on the front end. The...
View Article