pwittchen / guitar-browser

Simple Android app prepared as an exemplary usage of RxJava and RxAndroid for "Reactive Live Coding" presentation shown during GDG DevFest 2015 in Warsaw, Poland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guitar Browser

Simple Android app prepared as an examplary usage of RxJava and RxAndroid for "Reactive Live Coding" presentation shown during GDG DevFest 2015 in Warsaw, Poland. It was also presented during Gliwice Software Barcamp in January 2016 and Silesian Java Users Group (SJUG) meeting in Katowice in February 2016.

The most interesting part of the code can be found in MainActivity class.

Slides from the presentation are available at: https://speakerdeck.com/pwittchen/reactive-live-coding

Building and running the project

You can open, build and run the project in Android Studio/IntelliJ IDEA or with Gradle Wrapper from command line:

./gradlew build run

Tests

You can execute unit tests with the following command:

./gradlew test

About

Simple Android app prepared as an exemplary usage of RxJava and RxAndroid for "Reactive Live Coding" presentation shown during GDG DevFest 2015 in Warsaw, Poland

License:Apache License 2.0


Languages

Language:Java 100.0%