Re: [mono-android] Services, Activities, Contexts and separation of concerns

2012-03-31 Thread Jonathan Pryor
On Mar 30, 2012, at 11:27 AM, Chris Tacke wrote: > The problem is in my semantics. I tend to call classes that I have back in > the model that provide specific functionality “Services” (and the get added > into my IoC framework’s Services collection). It’s not a Proper Android > Service. It’s

Re: [mono-android] Services, Activities, Contexts and separation of concerns

2012-03-31 Thread Jonathan Pryor
On Mar 30, 2012, at 11:18 AM, Chris Tacke wrote: > I had come to the conclusion about inheriting from Java.Lang.Object as well, > and that got the service working. I'm one of those "likes to understand the > internals" personalities, so I'm still interested in what the IJavaObject > interface r

[mono-android] rotate bitmap

2012-03-31 Thread kuma
hi, my name is Fabio and I need help with mono android. after load a bitmap I need make a rotate and in windows use bmp.RotateFlip(RotateFlipType.Rotate180FlipX); but in android in class bitmap I not found method RotateFlip. how to rotate image? thank you -- View this message in context: ht

Re: [mono-android] Services, Activities, Contexts and separation of concerns

2012-03-31 Thread Chris Tacke
Chris, Thanks for the input and suggestions. I'm trying to get enough understanding on this so I can start writing some blog entries on "mono for CF developers" and "sharing code across platforms, including mono". Any little bit of info or "this is what we've done" bit helps. -Chris From: m

Re: [mono-android] Services, Activities, Contexts and separation of concerns

2012-03-31 Thread Chris Tacke
Wally, The problem is in my semantics. I tend to call classes that I have back in the model that provide specific functionality "Services" (and the get added into my IoC framework's Services collection). It's not a Proper Android Service. It's actually just a plain old class that I inherited

Re: [mono-android] Services, Activities, Contexts and separation of concerns

2012-03-31 Thread Chris Tacke
Jon, I had come to the conclusion about inheriting from Java.Lang.Object as well, and that got the service working. I'm one of those "likes to understand the internals" personalities, so I'm still interested in what the IJavaObject interface requirements are - but only if you have the time and

Re: [mono-android] MFA 4.0.6 on the Beta Channel

2012-03-31 Thread was
My App (built with MfA 4.0.4) crashes immediately when run on 4.0.3 (ICS) devices. I have re-built it with MfA 4.0.6 Beta and that seems to have resolved the issue. Any idea when 4.0.6 will be 'released'? Regards...Andrew -- View this message in context: http://mono-for-android.1047100.n5.nabble