September 2015
Beginner to intermediate
356 pages
7h 27m
English
This is the most exciting part of this chapter. In a nutshell, our application has a single activity with four fragments. Also, it has a SQLite database with a single table to store marker data.
The app theme can be customized by using the styles.xml file in res | values | styles.xml.
The primary color is the color of the action bar. The primary dark color is the color of the status bar. The accent color is the color for FAB. The sample app looks like the following image:

In the preceding screenshot, you can see the usage of primary, primary dark, and accent colors.
The style is defined as:
<style name="AppTheme" ...
Read now
Unlock full access