Android Question Is there a quick way to clear entries on multiple layouts?

Steve Miller

Active Member
Licensed User
Longtime User
I have a tabhost with 11 tabs on it. Each tab has a variety of textboxes, radio buttons, checkboxes, etc.
Once I have uploaded the user entries to a database, I need to reset everything. Basically wiping the textboxes, unchecking checkboxes resetting spinners, etc.

Is there an easy way to do this without having to go to each and every item and put a line of code in to clear or reset it?
 
Top