Landscape mode
How do i force to open UIViewcontroller in Landscape mode in xamarin.ios.
View ArticleAdding of UItableview
How do i display two tableview in single UITableviewsource in xamarin.ios
View ArticleSupport SLAs
Can anyone comment on experience with support responding to issues? I'm a business license holder who logged a job back on the 13th December. To date I've received nothing other than the automated...
View ArticleBug in Picker? Observing weird behavior (code included)
I am having some trouble updating a Picker with new content and wondering if I'm experiencing a bug? I have a xaml page with two pickers; Picker1 and Picker2. They are bound to a viewmodel using the...
View Article[Xamarin Blog] Tips & Tricks for Highly Performing Android ListViews
Just posted: Tips & Tricks for Highly Performing Android ListViews on the Xamarin Blog. Read the full article to learn a few optimizations to ensure you are getting the optimal performance in your...
View ArticleThere must be 2, 3 or 4 components in the version string
I am getting the error "There must be 2, 3 or 4 components in the version string" I have seen another thread that said changed VisualStudioVersion = 12.0.21005.1 MinimumVisualStudioVersion =...
View ArticleLots of timeouts using WebClient
I have been using WebClient for sometime now and experience quite a few timeouts when phone network connections are good. Like WiFi in my house. This seems to get worse on an iPhone4 as a factoid but...
View ArticleWhen an empty CancellationToken is used
There is some code in Forms that does new CancellationToken() when an useless CancellationToken is being used. It is better to use CancellationToken.None static instance to avoid unnecessary instance...
View ArticleActionBar = null?
Hello,I have a question for this.ActionBar(in class Activity) when I update all of my SDK, my app always throw NullReferenceException exception from this.ActionBar, but it never happned before, is this...
View ArticleWP - Behaviors, custom xaml namespace parsing crash 1.3.0
I have downloaded Behaviors https://github.com/corradocavalli/Xamarin.Forms.Behaviors source code, updated the references to Xamarin.Forms.1.3.0.6286-pre4, compiled and referenced to my solution. Then...
View ArticleTabbedPage
Hello, I change recently my App.cs to have a NavigationPage: public static Page GetMainPage() { return new NavigationPage(new HomePage()); } My HomePage is a TabbedPage Since there are only titles of...
View ArticleProblems with Xamarin.Forms.Maps. Please help!
I can't seem to compile a simple Android app using the Xamarin.Forms.Maps library. Starting from a Xamarin.Forms PCL template and adding the Maps library produces the same result every time. Even the...
View ArticleCould I change the color scheme of Xamarin's interface?(not the code editor)
The Xamarin's user interface is way too light when I use a dark color scheme in editor. It makes the toolbar/pads catch my eye. Look this: Practically this diminished the point of custom color scheme...
View ArticleStarting Activity to view Image in gallery just shows blank screen?
Hi all, I'm sure this is a very simple problem that someone will have a solution for. I'm simply trying to open the image up in the gallery app (or whatever default the user has for images) I don't get...
View ArticleSimple Android LVL
Hi All, Having a real hard time implementing a LVL on my app. I have no expansions, so its literally just a simple LVL I need. My target is Android 2.3 I have checked out Matthew Leibowitz port but I...
View ArticleOptions to Display Columns of data?
Hey all, I'm still new to Xamarin.Forms and I'm not able to find a good way to handle showing columns of data. I'm looking through the documentation for tableview, but its not clear on how to show...
View ArticleIssues with iOS debugging using Visual Studio + Mac + Parallels
Hi there everyone, I'm having a strange problem with Tamarin.Forms. I have a MacBookPro and I run windows using Bootcamp. I've installed parallels so I could run Windows inside parallels. Configured...
View ArticleGet current page in xamarin forms
Hi, I want to get the currnetpage instance inorder to handle the back button functionality in android using xamarin forms.can anyone suggest how to accomplish this? Thanks, sunil
View ArticleXamarin Studio for VS 2015 Preview
What version of Xamarin Studio can be used in VS2015 Preview (Announced 11/12/2014)?
View Article[v1.3 pre 4] DLL HELL: Xamarin.Forms.Platform.Android.dll.so' not found
I finally got around to updating to 1.3 -pre4 and now I have this bizarre issue. 12-22 20:59:57.025 D/Mono ( 1543): Assembly Loader probing location:...
View Article