https://github.com/rynkowsg/rxjava-java-sample
A simple Java application that uses RxJava.
https://github.com/rynkowsg/rxjava-java-sample
Last synced: 10 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T02:04:57.000Z (over 10 years ago)
- Last Synced: 2025-03-09T03:47:50.566Z (10 months ago)
- Language: Java
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
rxjava-java-sample
===================
[](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 at
http://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.