aafa / rest-android-scala.g8

SBT project template for Android REST client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/aafa/rest-android-scala.g8

Description

SBT project template for Android REST client.

Inside

Install

First you need to have g8 installed, see readme Then:

g8 aafa/rest-android-scala
cd <project name>
sbt run

Usage

  • sbt run will try to run an app on a device (actual or emulator), make sure you have some adb devices ready.
  • sbt quickTest will do quick tests with robolectric setup on your regular JVM.

You will get a simple client implementaion with one actual call to https://api.bitfinex.com/v1 REST API to demostrate how things works.

About

SBT project template for Android REST client

License:MIT License


Languages

Language:Scala 75.9%Language:Java 24.1%