Extending from Two Activities (sort of)
There are generally very few reasons to need to mimic multiple inheritance of activities. One example that *may* find use of this sort of thing is a situation where a library that has a base activity is used when the project already has a base class. Generally, you will want your base class to extends [...]