Create xml elements within activity_controller

0

I have a program that has a dropdown with 3 options. (Option 1 has the value 1, Option 2 value 2 and option 3 value 3).

Depending on the option selected, I need to create TextEdits below that dropdown. Example: If I select option 2 of Dropdown, it creates 2 textedits. Is it possible to do something like this using just java code, no strings in the xml file ??

    
asked by anonymous 05.01.2018 / 16:53

0 answers