Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
What's the easiest way to make a login or register screen/dialog? — Gideros Forum

What's the easiest way to make a login or register screen/dialog?

alexzhengalexzheng Guru
edited October 2012 in General questions
Hi, all
Using wax,it's not hard to implement for iOS.

However,if need to also support android,What's the best way?

in my opinion,TextInputDialog is a good start point to make a more customizable dialog,we can add multiple textfields and one label for each textfield. And when the button clicked,we can choose not to close it and instead show some tips for the textfield.

Something like below:

username: |___________|
invalide character (this tip is optional)

password:|___________|

email:

.......and so on

@atilim,do you think it will not take much to extend the TextInputDialog this way?

Sign In or Register to comment.