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?
BringToFront, Initialize, IsInitialized, RequestFocus, SendToBack
Are they correct, and are there any others?