Skip to content

Commit ca921f0

Browse files
authored
Create README.md
1 parent 5975c4e commit ca921f0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# template-android
2+
Jumpstart Android app development with this starter template. Focus on building features without getting bogged down by initial setup.
3+
4+
5+
## Table of content
6+
- [Motivation](#motivation)
7+
- [Installation \& Usage](#installation--usage)
8+
- [Contributing](#contributing)
9+
- [History](#history)
10+
- [License](#license)
11+
12+
13+
## Motivation
14+
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.
15+
16+
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.
17+
18+
19+
## Installation & Usage
20+
Clone the repo and open it in your favorite Android IDE.
21+
22+
23+
## Contributing
24+
1. Fork it!
25+
2. Create your feature branch: `git checkout -b my-new-feature`
26+
3. Commit your changes: `git commit -am 'Add some feature'`
27+
4. Push to the branch: `git push origin my-new-feature`
28+
5. Submit a pull request :D
29+
30+
31+
## History
32+
14/05/17: v1 of the tempalte published to github.
33+
34+
35+
## License
36+
See the LICENSE file in this project's directory.

0 commit comments

Comments
 (0)