Hi, You can do a namespace called System.Windows.Forms with Form, Label, TextBox, Button, ComboBox and MessageBox, with same classes, methods, collections and properties than Windows.Forms. So if you copy/paste a normal Windows/Windows Mobile form to Mono Android, it will be manipulable in the same way. So if I copy paste my iOS and Windows Mobile project to Android they will manipulate controls in the same way ^^. Controls must be drown on designer...
Form control will be the worst to do a myForm.Show() since in iOS and Windows we instantiate a Form from a parent one to open it, and on Android we ask for ancient gods to intent to open an activity that runs who knows where... Karl Em 16/11/2012, às 16:37, Sayed Arian Kooshesh escreveu: > Ok, > so Just moved and I cleared out my projects already... so i need something to > do. If someone wants (something small) converted to c# from a java library > (like not bindings, actually change the code to be c#) I do stuff like that. > > > Lots of c# work already, . > > Now that parse.com has a windows 8 api, I'd like to see if you could just > make it work in droid. > > But -- I'll do any c# work that's around. Just bored right now and that means > all this focus is available for your project. > > > > > > -- > Extreme Knowledge is not something for which he programs a computer but for > which his computer is programming him. > > -Wozniak > > if my programming advice has helped you, feel free to donate to : > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
