Lollipop renders duplicate info
On the Android devices with Lollipop my app renders wrongly. The last 2 cm of the the screen are reused. In attachment you can find the screenshots which I will mention. When I have limited options in...
View ArticleBug in resource designer file
Hello everyone, I have noticed an anoying bug in Xamarin Studio. In Resource.designer.cs I have this line of code: public const int location_array = 2131034112; Buw when I build the app, Xamarin...
View ArticleiOS and Android different behaviors for OnAppearing
Hello! I am running into an issue (one that I could probably resolve a different way, but I wanted to make sure this is an issue) where when OnAppearing gets called is different for Android and iOS. As...
View ArticlePop-up DisplayAlert with 3 arguments
I'm trying to use DisplayAlert method with 3 arguments like I see at the documentation (http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/pop-ups/), but I'm getting the...
View ArticleSuggestions for Image focussed view
I'm asking what UI toolbox should I use to display Large Images on a vertically scrolling view and overlay buttons such as like dislikes over the image. I'm currently using UITableViewController and...
View ArticleTransparent Page when using PopModalAsync?
Trying to have a modal popover displayed with a transparent background. I've set the Page BackgroundColor, the Content BackgroundColor and any nested children BackgroundColor to Transparent, but there...
View ArticleUpdating ListView in a custom renderer
I have a problem when I am creating a custom renderer on android for a ListView. The renderer is a ViewRenderer<ListView, ListView>. Then in OnElementChanged create an instance of...
View ArticleAdvertisement in Xamarin.Android
Hey Guys, due to some reasons, I can not use AdMob for my Xamarin.Android Application. As it is very hard to find in the web, i just wanted to ask, do you know ANY alternative for AdMob? I saw that...
View ArticleCustom renderer created twice
I saw that a certain renderer of mine is created twice for each element (not checked others). Not just created but the whole enchilada. I have yet to create a repro and investigate. At this point I am...
View ArticleComponents - ZXing
How would we integrate components like ZXing? For android, we need to pass a context to the constructor.
View ArticleLatest update breaks the build button. again.
Come on guys. This is at least the third time you've done this. I updated yesterday (stable) and now when i click build from Xamarin Studio i get an error that says "Building from the command-line...
View ArticleGet Application Runtime Version
In C# I can do the following to get the application version at runtime. In a Xamarin.Android app this only returns 0.0.0.0 everytime. Version appVersion =...
View ArticleUITabBarController in a forms page problem..
Hello, Did anyone noticed that if you render a page from iOS with page renderers, and derive page from UITabBarController, then tabs responding slowly. just clicking the tab doesn't enough for changing...
View ArticleTypeInitializationException when running xamarin iOS app
Hi, I do not know why I am getting a TypeInitializationException every time my app starts. If anyone could shed any light on this it would be most helpful! I have a LandingViewController, which runs...
View ArticleXamarin Consultant needed for short term rapid development effort in Texas (USA)
We have a couple of apps that need to be developed and completed on a rapid timeline; we have high fidelity mockups of the user interfaces for both apps, as well as a completed REST-Based API that the...
View ArticleXamarin.Forms 1.3.0 Pre-release 1
Important notes: Generators for XAML pages should to be updated to use the new tool MSBuild:UpdateDesignTimeXaml instead of MSBuild:Compile Grid default is now * While this release does technically...
View ArticleApp.config
Hi guys, Is there an equivalent of an App.config structure for settings within Xamarin? There are a number of settings we need to set up that can be swapped out between test and production builds. I...
View ArticleRuntime Setting
Hi guys , I Want A Way To Change Main Activity Behavior With A Setting That User Changes In Runtime. I Have A Main Activity For Send Some Tag With NFC , Now I Want It Change To Receiver Mode When User...
View ArticleDisplay Problem in Navigation Page
(contentPage) -> (TabbedPage) ->( ContentPage) -> (ContentPage) Page1 -> Page 2 -> Page 3 -> Page 4 PushAsync() on page 1 to page 4 works . but, When back button pressed until page 2....
View ArticleCall async method in constructor
Hi, In my application i am calling API in Async task but not able to call Async method using await keyword and it is giving compilation error at await CallAPI. Is there any way to call Async method...
View Article