Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanatisia/android-project-generator
APG - A simple Android project structure generator designed and aims to streamline the setting up process of your host system for Android application development from command line (without Android Studio).
https://github.com/thanatisia/android-project-generator
Last synced: 13 days ago
JSON representation
APG - A simple Android project structure generator designed and aims to streamline the setting up process of your host system for Android application development from command line (without Android Studio).
- Host: GitHub
- URL: https://github.com/thanatisia/android-project-generator
- Owner: Thanatisia
- License: mit
- Created: 2023-11-20T09:05:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T14:33:27.000Z (10 months ago)
- Last Synced: 2024-11-06T00:08:46.260Z (2 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOGS.md
- License: LICENSE
Awesome Lists containing this project
README
# APG - Android Project Generator implementation in various languages
## Information
### Background
```
A simple Android project structure generator designed and aims to
streamline the setting up process of your host system for Android application development from command line (without Android Studio).
```### Purpose
```
The end goal is that you can also learn the specifics of how Android Studio prepares and starts up new projects.
Together with the manual compilation steps, this may potentially help you to understand the entire Mobile application development operational flow without the use of Android Studio.
```## Setup
### Dependencies
- android-sdk
+ cmdline-tools
+ gradle### Pre-Requisites
## Documentations
### Languages
+ bash-shellscript
+ python## Wiki
### Folders
- app/ : Place all application and source files here
- languages/ : Place all folders of each language here
- [language]/ : Folder based on the programming languge of choice
- src/ : Place your implementation source files here
- tests/ : Place your unit testing here### Files
- app/
- languages
- [language]/
- README.md : README for the implementation in that language### Project Structure
```
app/
languages/
[language]/
README.md
src/
tests/
```## Resources
## References
## Remarks