Reputation: 323
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
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.
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