Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilymclean/androidstarter
A repo providing various default Android project bootstraps
https://github.com/emilymclean/androidstarter
Last synced: 16 days ago
JSON representation
A repo providing various default Android project bootstraps
- Host: GitHub
- URL: https://github.com/emilymclean/androidstarter
- Owner: emilymclean
- License: mit
- Created: 2023-11-13T12:42:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T08:46:09.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:53:41.783Z (2 months ago)
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidStarter
A basic template repository for bootstrapping a new Android application with a fully integrated build workflow.## How to use
Clone this repository and copy `/project/` into your repository. Then find and replace for "cl.benm.application" with your
own package name, and "Application" with your application name. Following this, select and specialise the most relevant
workflows from the `/workflows/` folder and paste them into `/project/.github/workflows/`.