Android Studio – The class AppCompatActivity is a subclass of Activity?
Hi guys I've a more theorical question. Is AppCompatActivity a subclass of Activity? The AppCompatActivity class is a subclass of the FragmentActivity class directly and the ComponentActivity class indirectly, and these superclasses are subclasses of the Activity. This makes AppCompatActivity…