First, sorry for my bad English.
In my App I ask user to determine how many Imageview or Textview Or any Item they need. For example when at first, user opens the app he sees a button named "add album". then he clicks on it and chooses the name and the album button is created above of the "add" button.
After that user can go to the album and determine how many pages he need for his album. then in every page he can determine how many imagviews and textviews should be available in that specific page.
This is the App Idea and now I stuck in the first level. How can I do this add/remove function in code? for now I just can think of making the imagview nad textviews in the first and setting them "invisible" and when user selects "2 Image" I visible 2 Imagviews. Or doing this in the first page for adding Buttons in a list.
Is it the right way to do this?