ServiceStack Client PCL & System.ServiceModel
I currently have an Indie level Xamarin subscription. Today, I integrated the latest ServiceStack Client PCL library into our iOS app and received an error on compilation stating that I need a Business...
View ArticleXamarin iOS
When I am clicking Storyboard it opens in XCode interface builder, but in the Classroom 1 (Xamarin iOS) it has shown the storyboard designed in Xamarin studio itself and not in xCode interface builder....
View ArticleXamarin Studio runs old version of a file after updating solution from a git...
Hi everyone, I'm experiencing a problem after synchronizing a project from a repository located in bitbucket. An old version of a file is being executed. After pressing on the option "Update solution"...
View ArticlePorting Visual Studio Project to RedHat Linux
Hello, I have a C# application that developed using Visual Studio 2008. I am trying to port this application to Red Hat Linux. Question: Is Xamarin Studio supports Visual Studio project porting to Linux?
View ArticleApril 24th - Dutch Mobile .NET Developers Group - Responsive design and...
Join us at our April meetup on April 24th! This time, we are welcomed by AFAS Software in Leusden. We have two awesome sessions: **The Quest for the ultimate date control ** Johan Gorter, Afas Software...
View ArticleimagePicker.MediaTypes ?
Hello, i try users can pick only photo not video on my application. i searched net but can't find any sample. its all about shown all supported format (video, photo) my code is below . any help ?...
View ArticleRemote notifications - I really don't get it!!
Hi. I'm (desperately) trying to get remote notification delivered to my app on iOS and Android versions. I've setup a "subscription" web server which accepts devices id (registrations). I've setup a...
View ArticleXcode 5.1 - Could not load the simulator
Apple offered me Xcode 5.1 today. Xamarin blog recommended that I update to 5.1. So I upgraded to Xcode 5.1. Now, when trying to start an app from Xamarin Studio on the simulator, I'm getting warning...
View ArticleSpinner-menu size
Hi. I have a question about spinner. I have two in my application and Im not aware about any difference in my code between these two, still one's opened menu has much bigger options and they look like...
View ArticleWhat form does the message come in for PushSharp, and how to parse it?
The iPhone app I built is able to register and save the push id to my server online. I am able to successfully send a message to my app. However, what code is next is really frustrating me (ie what to...
View ArticleTesting app with Android Location Service
Hello, I'm new to Xamarin and mobile application in general, and I'm a bit lost. I have to build an app which tracks a device every x minutes. How do you test your code with geolocation is working with...
View Articleclient.SendAsync (request) error..... :(
Hi Xamarin Jedi masters !!! I need a litle help First, I set the value of the Token user.Token = "email@hotmail.com:1395694497451:799fcaa9f86ff10604ca0c6135313697"; Then I added the property to the...
View ArticleDon't show Keyboard When Editing TextField
Here's what I'm trying to do... I have a UIDatePicker in a UIView with a toolbar (Cancel/Done buttons). When the user clicks in a UITextField I set the UIView.Hidden to false. I want that to show and...
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 Articlereplacement for testflight
Now that Android is no longer supported on test flight, is there a plan to integrate into another beta testing platform? Perhaps HockeyApp (http://hockeyapp.net)?
View ArticleTaskyPortable Case Study
I'm looking through the TaskyPortable case study and notice that each platform has a linked reference to SQLite.Implementation.cs, yet that file (SQLite.Implementation.cs) is not "included" in the...
View ArticleWhat is my APK being signed with?
I have an android app project, on which I use the following command: xbuild MyXamarinAndroidApplication.csproj /p:Configuration=Release /t:SignAndroidPackage I got that from here. I ran it and I get 2...
View ArticleVery custom radiobutton layout
Hi I'm trying to figure out how to create a custom view. The view is basically just a radiobutton, but the layout of it is rather different: In the picture above you can see what I am trying to...
View ArticleFind a TextView from a View that has been Inflated
In Xamarin, if I Inflate a View, how can I set the text of a TextView in the View? Here is my code: public class FragmentOrange : Android.Support.V4.App.Fragment { string message; View view; public...
View ArticleCreating a WCF client inside a PCL I'm unable to add a...
Basically, I'm writing an android application and an iOS Phone/Tablet application and I want to move all common code out to a PCL library. All was going fine until I got the following exception:...
View Article