Re: [mono-android] Option to scale emulator on launch from VS2010 / MonoDevelop

2011-07-24 Thread Jonathan Pobst
There is currently not any options to do that, but it sounds like a good idea that we should do. Would you mind filing an enhancement request for it in our Bugzilla? http://bugzilla.xamarin.com Thanks! Jonathan On 7/23/2011 8:03 PM, Dean - wrote: > My laptop's screen resolution is 1366x768, so

Re: [mono-android] Option to scale emulator on launch from VS2010 / MonoDevelop

2011-07-24 Thread Dean -
Okay, I've logged an enhancement request (Bug #56). While we wait for this to be implemented, I've developed a workaround that is completely transparent. If anyone's interested, please see my post at the URL below: http://sadata.com/post/2011/07/24/Passing-additional-parameters-to-Android-emulat

Re: [mono-android] Mono code as Android Service and IPC speed estimations

2011-07-24 Thread Jonathan Pryor
On Jul 23, 2011, at 12:45 AM, Igor Russkih wrote: > Our current idea is to keep this library running in monodroid as an android > service (and by this share the main "heavy" buisness logic code between > WM/android projects), and to create a UI wrapper. (it most probably will be > in native java

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-24 Thread Jonathan Pryor
On Jul 22, 2011, at 4:28 PM, BarryJohnston wrote: > I've been a software developer for 15yrs but I'm new to MonoDroid > development. Could you explain about the IParcel? What's currently missing from mandroid is the support to properly implement the IParcelable interface; a related one is java.i