How to back to tabhost, instead of activity on it?
Hi folks! I have a TabActivity in my application with 3 tabs, with a activity in each tab. That activity is a list, which forwards to another activity. When I click the back button in the secondary...
View ArticleHow to lock the screen by manifest... no rotation
I already looked a lot of topics but noone seems to work to me <activity android:name="MainActivity" android:configChanges="keyboardHidden|orientation" android:screenOrientation="landscape" /> I...
View ArticleXamarin Studio folder structure not displayed in XCode?
I created a custom UITableViewCell by giving a prototype cell a class name in xcode. Xamarin synchronized the storyboard file and created the class for me in xamarin studio. To structure my project I...
View ArticleHuge issue with parsing to double
Hello everyone, Using shinobi charts the X-Axis returns a NSNumber to me. This number needs to be converted to a double so i can use it in an NSDATE.FromTimeIntervalSince1970(); method. The code i have...
View ArticlePortable.Licensing where to create the license
I got how it works and how to do stuff with it but where will i create and save this xml license for me to use with my app later ? Does someone knows how to manage it?
View ArticleCould not AOT assembly
I've have problem with debugging on iOS device. The release on device is ok, but when I'm trying to debug, I get following error by compilation of one of my libraries: * Assertion at...
View ArticleIssues with connection to web service
I have issues when I try to connect with my web service.I add the web reference and then in a main activity I try to access o the following way: public DataTable QueryArticles(string...
View ArticleSystem.Threading.Tasks intellisense not working
Hello, I've just installed Xamarin for VS and everything is compiling and running without issue. My only problem seems to be in the IDE, VS is not liking the .ContinueWith() extension on the...
View ArticleProbably a simple question about Facebook SDK
I downloaded the binding project for Facebook SDK and the SDK for facebook... I cant figure out where the libFacebookSDK.a and the libarclite.a files are to include back into the binding project so I...
View ArticleJava Binding Lib - java.io.inputstream and outputstream both changed to...
I'm trying to bind to a .jar from LeadTools and I've run into an interesting situation. The LeadStream class has two constructors, one with signature (java.io.outputStream p0) and the other...
View ArticleUnable to get a simple web service Running Error 500
Hi, I was taking Xamarin for a ride. Tried to make a simple web service using an Empty Web Project. The code goes as follows: namespace Services { using System; using System.Web; using...
View ArticleRun T4 template in Xamarin Studio
Hi, Is it possible to run a T4 template within Xamarin Studio? This would be helpful to generate classes from templates.
View Articleachartengine.org JAR binding error
I made a Java Binding Project for the aChart jar file. aChart gives a error on the Pan class with the Pan eventhandler. Therefore I added the following to the Metadata.xml: <attr...
View ArticleEditText switch inputtype mode
Hi, I have an alphanumeric EditText. The input is like this: Pos 1,2 is char Pos 3,4 is number Pos 5 is fixed / Pos 6,7,8,9 is number Pos 10 is fixed / Pos 11 is char Pos 12,13,14 is number Example...
View ArticleGet Phone Number
Hi all, Can you please assist me with information how can i get the device with sim card phone number? Is there some sample i can try ? I have checked java methods and they are using ThelephonyManager...
View ArticleiOS Layout in C#
I’ve been working with the team here to pull together a list of recipes which demonstrate how to develop iOS apps purely in C#. This list of recipes explores a range of scenarios which should give you...
View ArticleProblem on device with casting an IEnumarable to IEnumerable
Hi all, I ran into an issue, and I am not sure if I need to file a bug report, or if I am doing something wrong. I have a simple class MainClass, that implements IEnumerable. (That basically gets the...
View Articlegetting started with F#
I followed the C# tutorial hello,_mac here: http://docs.xamarin.com/guides/mac/getting_started/hello,_mac I would like to repeat the same exercise with F#. I don't see the any header files in xcode or...
View ArticleProject no longer builds since recent MonoTouch update
I have a project I haven't touched in a while. I went to update it for iOS7 today, and it wont build. Further investigation indicates it's a problem with my binding for CocoaLibSpotify. The binding...
View ArticlePlotting using Monodroid
Hi. I am looking for a free library I can plot with in Monodroid for Android 2.3. I need line-graphs. I found oxyplot and graphview. I have no idea how to use oxyplot in monodroid once compiled. I have...
View Article