An open API service indexing awesome lists of open source software.

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.

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

[![Build Status](https://travis-ci.org/tommus/rabbitmq-management-android.svg?branch=master)](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)