Jumpstart Android app development with this starter template. Focus on building features without getting bogged down by initial setup.
Developing an Android app from scratch often involves considerable time and effort just to set up the basic structure, including a launch screen, navigation menu, and essential core components. This project was created to streamline that initial setup process, providing a robust starter template that includes all the necessary foundational elements. By using this template, developers can skip the repetitive setup tasks and focus immediately on building and enhancing app functionality.
UPDATE: This project was started in 2017. Android development has moved on, not only is the design language used in this template dated but i'm sure modern IDEs come with starter templates now.
Clone the repo and open it in your favorite Android IDE.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
14/05/17: v1 of the tempalte published to github.
See the LICENSE file in this project's directory.