https://github.com/tommus/rabbitmq-management-android
Android client for RabbitMQ Management.
https://github.com/tommus/rabbitmq-management-android
android dagger2 rabbitmq-management retrofit2 rxjava2
Last synced: 2 months ago
JSON representation
Android client for RabbitMQ Management.
- Host: GitHub
- URL: https://github.com/tommus/rabbitmq-management-android
- Owner: tommus
- License: gpl-3.0
- Created: 2016-07-06T21:44:42.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-09T10:38:45.000Z (over 7 years ago)
- Last Synced: 2025-09-05T11:58:25.122Z (10 months ago)
- Topics: android, dagger2, rabbitmq-management, retrofit2, rxjava2
- Language: Java
- Homepage:
- Size: 598 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Android client for RabbitMQ Management
The main purpose of this projects is to allow view and manage data provided by RabbitMQ Management plugin.
## Requirements
This application targets Android (5.0) Lollipop and newer.
## Dependencies
This application takes advantage of the fantastic work of the authors of such libraries as:
1. [Butter Knife](https://github.com/JakeWharton/butterknife) and [Timber](https://github.com/JakeWharton/timber) by Jake Wharton
2. [Retrofit 2](https://github.com/square/retrofit), [OkHttp 3](https://github.com/square/okhttp), [LeakCanary](https://github.com/square/leakcanary) by Square
3. [RxJava 2](https://github.com/ReactiveX/RxJava/tree/2.x) by Netflix
4. [Joda-Time](https://github.com/JodaOrg/joda-time) by Joda.org
5. [Jackson](https://github.com/FasterXML/jackson) by FasterXML
6. [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) by Philipp Jahoda
7. [Stetho](https://github.com/facebook/stetho) by Facebook
Along with above mentioned tools, in this project has also been used other dependencies. Please do not hesitate to take a look at modules `build.gradle` files for more information.
## Continuous Integration
[](https://travis-ci.org/tommus/rabbitmq-management-android)
## Contact
If you like my work and want to hire me - please do not hesitate to contact me via:
- [**LinkedIn**](https://www.linkedin.com/in/tomasz-dzieniak-09a70098)
- [**StackOverflow**](http://stackoverflow.com/users/2057291/tommus)