I'm making an app and almost everything in it (The textboxes, menus, textviews) are created and shown programmatically.
When I have to show different content, I delete everything in the view and load the new textboxes, menus etc.
Is it better to create a new view each time?