Passing information from a UIWebView link to a new VC
Hi, It's simple enough to fire off a new view controller from a web view link (a simple solution is on StackOverflow :...
View ArticleDifficulty getting HockeyApp working
I've followed the instructions for the HockeyApp integration (honestly it's just cut and paste) but I never see any notification that a crash has occurred (I am testing with a crash that I'm doing...
View ArticleFiltering ListView with SearchView
It might interest some of you to be able to filter your ListViews using a SearchView for the ActionBar. I made a little write up on this on my blog:...
View ArticleAnnouncing a Xamarin-based interactive development tool for...
Just a teaser for something that I hope will be of interest to all of you cross-platform .Net devs :) I started developing a tool (working name ‘Protopad’) recently, and initially for internal use, as...
View ArticleError loading project : Version string portion was too short or too long
I am trying to load my project in Xamarin Studio and I am getting the error, "Could not load solution: Version string portion was too short or too long." (See attached screenshot) I can load and work...
View ArticleNavigationController over the tableview
I have a setup a NavigationController on my appdelegate. Then i have add a tableview on one of my screens. The problem is that when i open the screen with the tableview the navigationcontrol is over...
View ArticleAlpha Builds can't build Profile78 PCLs
Any attempt to build a Profile78-based PCL fail with this build error: error: /Users/paul/code/paulcbetts/starter-mobile/Starter-Core/Starter-Core.csproj:...
View Articlebinding - how to prevent a duplicate method
I'm binding a jar, and it is creating this in the auto-generated binding wrapper #pragma warning disable 0649 public EventHandler<MessageEventArgs> OnMessageHandler; #pragma warning restore 0649...
View ArticleMonogame in-game Advertising
Hello, I've recently purchased Xamarin as I'm a C# developer at heart, and am really, really enjoying it for my project. I'm currently working on an iOS game and I'm at the point where I'm looking to...
View ArticleSelect and validate multiple TextFields iOS
I've got multiple TextFields that are generated from a Json file into a TableViewController. The TextFields have no unique tag or name so that won't work. I've got a RightBarButton and when that button...
View ArticleAction Bar is not visible !!!
Hi everyone. I am creating an Android app in Xamarin and wanna display 3 Action Bar Tabs (Dashboard, Dialer & Reports). I am a relatively new in android and below is my code. there is no error but...
View ArticleHow to handle .so libs in Java Bindings Library?
I'm trying to create a Java Bindings Library using a jar file with referenced .so lib. My binding project's tree looks like this: Jars |=AboutJars.txt |=pdfviewer.jar libs |=armeabi |==librdpdf.so...
View ArticleHow to set Button onClick event handler declaratively?
Hi, Firstly, I apologise as I'm sure this has been asked many times before but I can't find an answer: How do I set an event handler declaratively? Currently I have in my axml a button: That I would...
View ArticleImageView binding by converter not work
Hello, since a view days I've tried to bind my ImageView(DrawableId) by a converter. But nothing happens, the Convert-method wouldn't call, no picture, no idea what I could do. Here is my XML code: I...
View ArticlePlugin Crashes
I've create a Xamarin plugin using Objective-C Bindings. I then created a test app that uses by Xamarin plugin. When I run my test app on the device, it works. However, when I run the application in...
View ArticleObjectDisposedException when calling HttpClient.SendAsync()
Greetings everyone, first time poster here looking for some advice. I'm developing an App in Xamarin.Android that uses HttpClient. Occasionally I was experiencing freezes and/or crashes with my App...
View ArticleGoogle Maps Android API utility library support
Hi, I want make use of Google map maptag clustering which is part of Google Maps Android API utility library. I'm current make use of Google Play service from component store. Is there any chance that...
View ArticleCan we create jar file to use by other projects?
Hi, I am trying my hands on Xamarin studio. I know that we can bind .jar file and with few/more modifications, we can convert to C# code and use with other projects. I am planning to use Xamarin as...
View ArticleSignalR component
Hi all, I am on the verge of implementing the SingalR client into my Android app, but I can't find the component in the store. On github it states: Added support for MonoTouch and MonoDroid components....
View ArticleHide status bar on Android
Hello: I try to hide the status bar on Android App (4.1), but I can not do it! This is my start code: [Activity (Label = "KioscApp", MainLauncher = true, Theme =...
View Article