Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rynkowsg/rxjava-java-sample
A simple Java application that uses RxJava.
https://github.com/rynkowsg/rxjava-java-sample
Last synced: about 2 months ago
JSON representation
A simple Java application that uses RxJava.
- Host: GitHub
- URL: https://github.com/rynkowsg/rxjava-java-sample
- Owner: rynkowsg
- License: apache-2.0
- Created: 2015-09-07T01:55:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T02:04:57.000Z (over 9 years ago)
- Last Synced: 2023-08-06T00:42:01.358Z (over 1 year ago)
- Language: Java
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
rxjava-java-sample
===================[![Build Status](https://travis-ci.org/rynkowsg/rxjava-java-sample.svg)](https://travis-ci.org/rynkowsg/rxjava-java-sample)
A simple Java application that uses RxJava.
Local Development
-----------------
Here are some Gradle commands for executing this example:* `./gradlew clean build` - Build the sample.
* `./gradlew run` - Execute the sample.License
-------Copyright (C) 2015 Grzegorz Rynkowski
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.