in an app interface i want to add some textfields to get some data from user.
But i will only get to know the number of textfields needed at run time after asking user.
But i know the maximum number of textfields needed. So i can add that amount of textfields to the xml file.
So i want to know that is it possible to hide them till user enter the number of items he is gong to put and make the required
number of them visible after getting that number from user?
For an example, say max number of textfields is 20.
So i will add that amount to xml file and i want to hide them till user enter the number.
Say user wants to put 10 data items. So after getting the number 10 from user i want to make visible only the first 10 textfilelds.
Please tell me is there a way to do this or is this impossible.......Thanks in advance.