[mono-android] IntermediateOutputPath problems

2012-08-26 Thread Igor Russkih
Hello, I have main project file on a flash drive (for portability reasons). This makes building abit slow because all output goes to the same flash drive. I've tried to change this and added a line: c:\tmp_bin into csproj file. The project builds fine (and much faster!), but the resulting APK c

Re: [mono-android] Binding Services - casting interface on service connection fails

2012-08-26 Thread Mark Eaton
Hi Dan I too am having a similar problem. I've converted all the java files to C# and am now testing. People on this forum can correct me here, but I believe you are oversimplifying the casting like I initially did. I'm using license checking code that I got back in January and a stub was created

Re: [mono-android] Binding Services - casting interface on service connection fails

2012-08-26 Thread ddebilt
In looking through the documentation, it appears AIDL isn't supported yet in Mono for Android (http://docs.xamarin.com/android/tutorials/Creating_Services/Part_2_-_Bound_Services). Though it does look like an alternative would be to use the Messenger class, since a "Bundle" can be passed in a Mess

[mono-android] Binding Services - casting interface on service connection fails

2012-08-26 Thread ddebilt
I'm porting the Google Play IAP example (http://developer.android.com/guide/google/play/billing/billing_integrate.html#billing-service), but running into an issue after service is connected. In "OnServiceConnected", when I try to cast the "IBinder service" type to the interface I want to use it a

Re: [mono-android] How to keep tabs at the bottom of the screen?

2012-08-26 Thread James Montemagno
Tabs in android are at the top of the screen. My suggestion is to follow the native format as users are used to this. You should also look at the fragmenttabspager demo https://github.com/xamarin/monodroid-samples/blob/master/Support4/Support4/Activities/FragmentTabsPager.cs. I believe tabs at bott