This repository contains the applications given in Android for Programmers: An App-Driven Approach book. Since the Eclipse Android Developer Tools have been officially deprecated applications are adopted to run on Android Studio.
This repository uses submodules. You need the --recursive
option to fetch the submodules automatically.
After executing below command:
git clone --recursive https://github.com/miyagilabs/AndroidExampleApps.git
You will be able to open project in Android Studio as an existing Android Studio project.