Skip to content

philcali/android-app.g8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android App in Scala

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.

All done? Now fire up your favorite shell and enter

g8 philcali/android-app
cd <name-of-app>
sbt update
sbt compile

What you get

Your android sbt project contains 2 subprojects:

  • MainProject
    • generated AndroidManifest.xml
    • MainActivity.scala (the "hello world" activity)
  • TestProject

About

A g8 template for Android apps in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%