Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.26 KB

Android Design Framework

This is a blank android project with some classes/interfaces/folders to assist with large Android Projects

Getting Started

Copy this code into and new, empty android project. The root of this directory 'app' will get placed in your newly created android folder in place of the existing 'app' folder.

Prerequisites

I used Android Studio to create a blank android project.

Installing

After you have created a blank project, just replace the autogenerated 'app' folder with the one in this repository.

Documentation on how to use the various clients can be found here

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • My design and organization of this was influenced by Eric Oestrich.