I am adding multiple views to an activity (or panel). As I add each view, I would like to keep track of the view "number".
(When I say view "number", it is an identifier that would allow me to know which view is in focus. i.e. Activity.RemoveViewAt(zzz) where zzz represents the View "number" or identifier.)
Is there a way to retrieve this number during the addview method or during any other method? or a way to find which view has focus when it gets focus?
Thanks in advance
(When I say view "number", it is an identifier that would allow me to know which view is in focus. i.e. Activity.RemoveViewAt(zzz) where zzz represents the View "number" or identifier.)
Is there a way to retrieve this number during the addview method or during any other method? or a way to find which view has focus when it gets focus?
Thanks in advance