Re: [mono-android] MonoTouch.Dialog equivalent

2012-03-24 Thread Stuart Lodge
I hope you don't mind me asking but what are the scenarios you choose to use the dialog approach for on Android? I use it lots on MonoTouch - as it helps a heap with layout. But on Android I've not used it (yet) - I guess mainly because LinearLayout, RelativeLayout, etc all make layout much ea

Re: [mono-android] MonoTouch.Dialog equivalent

2012-03-23 Thread Martin Bowling
No problem alex if you'd like to see some of our custom elements let me know, but I agree with Roy you really need to make custom elements or it's kinda meh -- Martin Bowling Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, March 23, 2012 at 2:32 PM, Roy Goode wrote: > I am a

Re: [mono-android] MonoTouch.Dialog equivalent

2012-03-23 Thread Roy Goode
I am also using this implementation. I think you have to make custom elements to make the most out of it, but I do find it works pretty well. On 23 March 2012 13:22, Martin Bowling wrote: > I am currently using this one https://github.com/Clancey/MonoDroid.Dialog and > am very happy, I think it'

Re: [mono-android] MonoTouch.Dialog equivalent

2012-03-23 Thread Alex Soto
Thanks a lot Martin I will give it a try, I'm not very well versed on android layout stuff yet so this will be a good starting point Alex On Mar 23, 2012, at 12:22 PM, Martin Bowling wrote: > I am currently using this one https://github.com/Clancey/MonoDroid.Dialog and > am very happy, I thin

Re: [mono-android] MonoTouch.Dialog equivalent

2012-03-23 Thread Martin Bowling
I am currently using this one https://github.com/Clancey/MonoDroid.Dialog and am very happy, I think it's the one that is most up to date with MfA 4.x I am very happy with it there are a few issues with a few elements but I don't know if it's me or the elements implementation. I have done sever