Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 information

all 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)