This is kind of a follow up question to my previous post. If you try to reference
a particular element of a view array that has not been initialized and added to the activity, a Null Pointer error is generated. Is there a way to determine if that view "exists" on the activity before attempting to reference it?
a particular element of a view array that has not been initialized and added to the activity, a Null Pointer error is generated. Is there a way to determine if that view "exists" on the activity before attempting to reference it?