Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.49 KB

AndroidExampleApps

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.

Getting the Sources

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.

List of Applications