I was wondering of two possible ways of handling View IDs in Android:
- automatically assign an ID to every View you create
- assign IDs only when you need them
I can think of some pros and cons of both approaches (more for the first option) but I want to know if I am right.
Edit: I know you don't have to assign IDs to Views, I wanted to know whether I should (for future's development sake)