IDs are useful every time you need to save the sta...
# android
e
IDs are useful every time you need to save the state and/or identify a specific view in a tree. If you create the hierarchy programmatically, be sure to always assign the same ID to the same view and you'll be fine...