Skip to content

This repository is an example Android application, which is based on Rails tutorial app.

License

Notifications You must be signed in to change notification settings

springboot-angular2-tutorial/android-app

 
 

Repository files navigation

Android micropost app

This repository is an example Android application, which is based on Rails tutorial app.

Build Status Coverage Status

Key components.

  • Dagger 2
  • Retrolambda
  • RxJava / RxAndroid
  • Retrofit 2
  • Data Binding
  • Robolectric 3

Getting Started

Prepare backend app.

git clone https://github.com/springboot-angular2-tutorial/boot-app.git
cd boot-app
mvn spring-boot:run

Configure API URL.

cp gradle.properties.example gradle.properties
# gradle.properties
micropost.apiUrl="Your API HERE"

Then, just run from Android Studio.

Testing.

./gradlew testDebug

Release build.

cp yourkey app/myreleasekey.jks
export KSTOREPWD=yourpass
export KEYPWD=yourpass
./gradlew assembleRelease

Tutorial

Under construction...

License

MIT

About

This repository is an example Android application, which is based on Rails tutorial app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages