Android 101 repo to teach how to develop an Android app.
- Hello World! sample (see branch
hello_world
and PRs #1 and #3). - Say Hi sample (see branch
say_hi
and PR #2). - Chuck Norris Jokes sample (see branch
chuck_norris_jokes
and PR #4).
- Save and restore variable state of Hello World! sample (see Recreating an Activity).
- Save and restore variable state of Chuck Norris Jokes sample (see Fragments).
- Support landscape devices (tablets) on Chuck Norris Jokes sample (see Building a Flexible UI).