Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gseitz/android-sbt-project.g8
A g8 template project for android development
https://github.com/gseitz/android-sbt-project.g8
Last synced: 2 months ago
JSON representation
A g8 template project for android development
- Host: GitHub
- URL: https://github.com/gseitz/android-sbt-project.g8
- Owner: gseitz
- Created: 2010-10-13T21:02:25.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-27T22:56:28.000Z (almost 14 years ago)
- Last Synced: 2023-03-11T02:34:19.494Z (almost 2 years ago)
- Language: Scala
- Homepage:
- Size: 313 KB
- Stars: 15
- Watchers: 4
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android sbt project
[g8](http://github.com/n8han/giter8) template to get an android sbt project up and running in a matter of seconds
## how to use
to use this template, g8 needs to be installed first.
read g8's [readme](http://github.com/n8han/giter8#readme) for more informationall done? now fire up your favorite shell and enter
g8 gseitz/android-sbt-project
cd
sbt update
sbt compile## what you get
your android sbt project contains 2 subprojects:
* MainProject
* generated AndroidManifest.xml
* MainActivity.scala (aka "hello world" activity)
* TestProject## credit
this g8 template is based on the default [g8 template](http://github.com/n8han/giter8.g8) and the project generated by [jberkel](http://github/jberkel)'s [android-plugin](http://github.com/jberkel/android-plugin)