https://github.com/commonsguy/cw-andexplore
Source Code for "Exploring Android"
https://github.com/commonsguy/cw-andexplore
android android-book android-tutorial
Last synced: 5 months ago
JSON representation
Source Code for "Exploring Android"
- Host: GitHub
- URL: https://github.com/commonsguy/cw-andexplore
- Owner: commonsguy
- Created: 2018-01-26T14:46:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T00:37:03.000Z (about 5 years ago)
- Last Synced: 2025-05-04T21:09:21.519Z (9 months ago)
- Topics: android, android-book, android-tutorial
- Language: Java
- Homepage:
- Size: 285 KB
- Stars: 29
- Watchers: 9
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## About the Book
[*Exploring Android*](https://commonsware.com/AndExplore/)
is an integrated set of tutorials, guiding you step-by-step in building an
Android application.
The current source code for this book can be found in [this repository](https://gitlab.com/commonsguy/cw-andexplore). That GitLab repository has the code for the second-generation *Exploring Android*, demonstrating Kotlin and the Jetpack.
The repository that you are viewing is for the first-generation *Exploring Android*, demonstrating Java.
All of the source code in this archive is licensed under the
Apache 2.0 license except as noted.
Each directory in this repository reflects the "answers" to having completed
the tutorials to a certain point. So, for example, the `T14-RecyclerView/`
directory contains a copy of the app being built, after having completed the
14th tutorial ("Populating Our RecyclerView"). If you wish to import
the results of one of the tutorials into Android Studio, you want to import
the `ToDo/` directory inside of one of the top-level directories. In other
words, import `T14-RecyclerView/ToDo/`, not `T14-RecyclerView/`.
Remember,
**always check the `gradle-wrapper.properties` file before importing anything into Android Studio**,
as there is always the chance that somebody has published material linking you to a hacked Gradle installation.