Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrmans0n/revamp

Tiny MVP framework for Android
https://github.com/mrmans0n/revamp

android android-library mvp

Last synced: 3 months ago
JSON representation

Tiny MVP framework for Android

Awesome Lists containing this project

README

        

Revamp
======

[![Build Status](https://travis-ci.org/mrmans0n/revamp.svg?branch=master)](https://travis-ci.org/mrmans0n/revamp)

Tiny opinionated MVP framework for Android. Retains presenters on rotation.

Adding to your project
----------------------

Add this to your dependencies:

```groovy
compile 'io.nlopez.revamp:library:1.1.1'
```

Usage
-----

Please refer to the [sample](sample) for seeing it in action.

Contributing
------------
Forks, patches and other feedback are welcome.

Creators
--------

Nacho López - Github [@mrmans0n](https://github.com/mrmans0n) - Twitter [@mrmans0n](https://twitter.com/mrmans0n) - Blog [nlopez.io](http://nlopez.io)

License
-------

[MIT License](LICENSE)