Theme Chooser Example App

This application shows how to create and use Menus in an Android application. Displayed on the screen is a simple layout in which text with a solid colored background appears within a differently colored border. By opening the menu the colors can be changed by selecting one of the different options.

First we will take a look through the project to see what is happening, click here to download the source.

To modify the application you will be adding the ability to save a default theme using Preferences to be used when the application opens again. Note that with the current implementation regardless of what the theme was when the application is closed, when it opens again it will always be red and orange.