I want to input data i.e. name and age of user on a scene of AndEngine. How can I do that ??
I dont want to use a dialog for this purpose.
I want to input data i.e. name and age of user on a scene
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You asked this on the AndEngine forums and RealMayo gave you the best answer there.
Study the TextBreakExample.java – and more specifically, study the AndEngineExamples/res/layout/textbreakexample.xml file
You will see how to “blend” a standard Android EditText (not a dialog) into your game.