Java.Lang exception
Yet another Xamarin bug. Visual Studio > File > New Xamarin Forms project portable library. Set Android as start up project. Start debugging. Java.Lang.ClassNotFoundException:...
View ArticlePre-requisites to update to XF 1.3.1 in Visual Studio..?
Information’s for users who work with Visual Studio and want to update to 1.3.1. I’m on the way to migration my project to XF 1.3.1 As I don’t have received any answer to my question (from January 5):...
View ArticleException in WP-Project after update to 1.3.1 (VS2013 Update2)
Hi all I am on the way to update my project to 1.3.1 and have done the work according to the update-description. After that, I have cleaned and rebuild all projects. I now have a main-problem with the...
View ArticleJust bought a INDIE license, can I now create native UI for iOS and Android...
Hi, I am completely new to Xamarin development, but I have done native Android development before. So, I just bought a INDIE license for Android, but I am a bit confused about the entire development...
View ArticlePicker - TailTruncation
Hi, I have used Xamarin Forms Picker in a form, which is currently being used in both IOS and Android. However in iOS if the selected text is too large for the given width, by default the value will be...
View ArticleHow to integrate Xamarin.Forms to an existing Xamarin Android and iOS project?
We have a cross platform app targeting iOS and Android. I would like to use some of the features in Forms like Timer and DisplayAlert. How can I start integrating Xamarin.Forms to our existing apps and...
View ArticleCustom control library
Hello. How can i create custom control library based on Xamrin.Forms with my custom controls and platform specified code ? Like on pickrelated
View ArticleException: Only the original thread that created a view hierarchy can touch...
The code below works on Windows Phone but when running on Android I am getting the following exception : android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created...
View ArticleWhat's the DefaultTraceListener for Windows Phone?
The Debug.WriteLine() is not writing to Output window when debugging an XF app in VS. Where does it send the output to?
View ArticleHow to add Entry text fields dynamically
I am trying to make a program that adds text fields (or Entry) every time OnStepperValueChanged has a new value For instance when users press the ' + ' on the Stepper once, one text field will appear....
View ArticleSetting up a proper NavigationPage
So I have a Login screen. When the user clicks login, I am doing the following from my Login page view model. Globals.NavigationPage = new NavigationPage(new Main()); Device.BeginInvokeOnMainThread( ()...
View ArticleError When Loading Xamarin Forms Control Library for Windows Phone
I've started getting this error for no apparent reason: System.Runtime.Serialization.SerializationException occurred Message: A first chance exception of type...
View ArticleiOS UITableView custom renderer ScrollToBottom w/ animate always wrong unless...
In my iOS customer renderer for a ListView I set a boolean _scrollToBottom to true and then it gets updated here. (Maybe this is the wrong place to do this?) But if I want to animate the bottom of the...
View ArticleNavigationRenderer > NavigationBar.Items empty on iOS7 (throws...
I'm accessing the navigation Item just fine in iOS8 but there isn't one in iOS7. I can't update the NavigationBar manually because it's controlled by the NavigationPage controller. Is this a xamarin...
View ArticleXamarin.Forms and iOS Unified API
Currently Xamarin.Forms.Platform.iOS only supports MonoTouch. I've tried to make the iPhone Unified API template work with Xamarin Forms to no avail because the extension method CreateViewController()...
View ArticleOutOfMemory with Images in WP8
When trying to load an RSS feed into a ListView, I kept hitting OOM exceptions on WP8. Digging deeper, the issue stems from the ImageRenderer not setting an appropriate...
View ArticleChanging the current page without affecting navigation stack
I have a Main screen with a list of users. When I select a user, I do: await Navigation.PushAsync(new Details(userViewModel)); This opens a Details page for that user. Great. Now on thisDetailspage I...
View ArticleWebview with links
Showing Html string inside webview which has some hyper links. when user tap on it, the link should open on separate browser. Please advice how to achieve this. Web view is truncating few characters...
View ArticleHow can I access the ItemsSource/Model directly in my custom ViewCell?
Sorry if this a obvious, but I'm not sure how to accomplish the following: Simple model: public class Person { public string Name { get; set; } public List<DateTime> Lockouts { get; set; } }...
View Articlecarousel look with views
Hi we have the requirement to show the list of the records like carousel view, is there any work around or suggestion to implement it using Xamarin forms?
View Article