saiki4116
saiki4116

Reputation: 323

Edittext in android

when a user inputs a number,i need to generate that many EditText fields so the user can input data?anyone know a way to do it...

Upvotes: 0

Views: 182

Answers (1)

prolink007
prolink007

Reputation: 34544

i needed to do something very similar to this but with check boxes. Here is my question, read through it and check out the accepted answer. This helped me a lot and it should help you too.

My Question on Stack Overflow

Basically copy the stuff from the accepted answer and modify it for edit text boxes. You will need the xml file as well.

Upvotes: 2

Related Questions