Android Question Activity members never required

PhilipBrown

Active Member
Licensed User
Longtime User
For the forthcoming book, I am putting together a list of Activity methods which are never required, and are only present because Activity is technically as sub-type of View. So far I have:

BringToFront, Initialize, IsInitialized, RequestFocus, SendToBack

Are they correct, and are there any others?
 
Top