October 2018
Intermediate to advanced
464 pages
15h 17m
English
Normally, we use the AppCompat option when creating a project but in the preceding Getting ready section, we deselected this option as we need to explicitly set our resources manually. We will verify we are extending from the generic Activity class, then we can add our new style resources to select the theme based on the API. Here are the steps:
public class MainActivity extends Activity {
<resources> ...