Xamarin Forms Wireframe Visio Stencil
I created some wireframes for an app i'm writing and thought I would share my Xamarin Forms Visio stencil. You can download it from here. If you think of any additions or changes, please let me know...
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 ArticlePrevent event/tap gesture propagation
I have an Image inside a StackLayout, I have added TapGestureRecognizer to both of them(2 different commands), looking for a way to prevent the StackLayout to get the tap event when I tap on the image....
View ArticleNSDate.ToDateTime() appears to be bugged
I've made some modifications to the ExtendedDatePicker in the Xamarin.Forms.Labs control lib to support Date and Time. I'm getting some curious behaviour with NSDate.ToDateTime(). My value changed...
View ArticleMultiline Label
Is there a way within Xaml to force a label to expand to fit it's content?
View ArticlePopModalAsync() returns to the same page is iOS
Hi, I have a custom page with a pagerenderer for a google oauth2 login. But when the login is succesfull I need to return to my previous page. This is my code: [assembly:...
View ArticleWhen added something to a StackLayout, it adds itself to the middle.
I made a searchbar, which I'm adding to the stacklayout: var stack = new StackLayout { Orientation = StackOrientation.Vertical, HorizontalOptions = LayoutOptions.FillAndExpand, VerticalOptions =...
View ArticleNull DependencyService call from Android
Hello, I'm referencing DependencyService implemented in a PCL project, as shown below, from a PCL.Android project, I get a System.NullReferenceException: Object reference not set to an instance of an...
View ArticleHow to integrate an custom viewcontrol into my project?
Hello, On my Xamarin.Forms project, I have a MasterDetailPage, where I have the need to swap the UISplitViewController for a custom control named MTSplitViewController. I need the exact same behaviour...
View ArticleReset ScrollView position
Hi, I have a single ScrollView, depending on what button a user presses, the content (text) for the scrollview is updated, often with differing lengths. When the text is changed I need to reset the...
View ArticleCarousel Control in Xamarin Forms
I am a xamarin forms newbie, was wondering how one would go about create a carousel control in a layout ? I see there is a carousel page but really looking for a carousel component I can use within a...
View ArticleHow can I scale my iOS app to fit when on a phone call?
I have a XF app (1.2.3.6257) and I've noticed when I'm running my app while on a phone call (this will probably happen quite a bit) the app does not scale and I can no longer see the descriptions below...
View ArticleInclude a windows desktop plateform with Xamarin.Forms.Portable
Is there a way to hook in a windows desktop solution into Xamarin.Forms.Portable? Currently it defaults to just Andrio, iOS, and WinPhone.
View ArticleAndroid: ListView dividers not rendering consistently - Looking for work...
In Android it appears as if the ListView divider is not rendering consistent colors. It is very noticeable on a Samsung Galaxy Note 3; however occurs on my devices and Android OSs. As a point, this is...
View ArticleNativeCSS with .css file
Has someone been able to use nativeCSS with a "local" file? when I add: using Style; ...onCreate(Bundle bundle) { base.OnCreate (bundle); Xamarin.Forms.Forms.Init (this, bundle); SetPage...
View ArticleWhite window opening Android SDK Manager / X.Forms doesn't build on Anroid
When I try to open the android sdk manager either from XStudio or from the terminal, all I get is a white screen that keeps loading and nothing else. I updated the java installation through the java...
View ArticleVoice Recognition. An example?
Hi guys... Please, an example of Voice Recognition and Xamarin Forms. thanks!
View ArticleFlow Panel for Xamarin Forms
Hello guys, I am writing an application for iOS and Android using Xamarin Forms layout and I need to something like Flow Panel. In the application I want to display the list of services (tags) which...
View ArticleMultiLine label
Hi, I want to display multiline text in xamarin forms. How can I do this?
View Article