I would like to create a form in android in a fragment in which a user can add and remove form inputs
The below is an image which describes what i mean
As you can see there is an option to add a new row or even remove
Could somebody guide me on the way i would implement this, if possible with code snippets or external reference. I have researched and the samples provided arent clear
The provided resource is not clear because, take an instance where you on a button click you are to add a new edit text and set id to 1, next instance the id is supposed to be set to 2......without a limit to the user how do i implement such