Giter Site home page Giter Site logo

rxjava-koans's Introduction

##RxJava Koans


The Koans walk you along the path to Rx enlightenment in order to learn RxJava. The goal is to learn the functional reactive programming approach and how to work with RxJava to solve common problems.

The koans are broken out into subjects by file. Each koan file builds up your knowledge of rx-java and builds upon itself. It will stop at the first place you need to correct.

Some koans simply need to have the correct answer substituted for an incorrect one. Some, however, require you to supply your own answer. If you see the method __ (a double underscore) listed, it is a hint to you to supply your own code in order to make it work correctly. Your task is to make each test pass!

Instructions for how to run the project

  1. Java 8 is needed for the exercise. Download from here if you don't have it already.
  2. download IntelliJ Community Edition
  3. git clone [email protected]:mutexkid/rxjava-koans.git
  4. In Intellij, select File > Import Project... and select the cloned directory
  5. In the Import Project dialog, select Import Project from External Model, choose Gradle and click next.
  6. On the next screen, make sure "use default gradle wrapper" is selected and click Finish
  7. Last, under File > Project Structure, set Project SDK: to Java 1.8 and click ok!

Run the test suite by right clicking on src/test/java and selecting Run 'All Tests'. 5. The test suite will fail - make each test pass!

For more information about Functional Reactive Programming with RxJava, check out my article on the topic.

rxjava-koans's People

Contributors

cc avatar chbatey avatar hiddenbyte avatar joshskeen avatar vishrayne avatar xala3pa avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.