Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrmans0n/revamp
- Owner: mrmans0n
- License: mit
- Created: 2015-05-29T10:44:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T19:20:52.000Z (almost 3 years ago)
- Last Synced: 2023-07-26T23:21:30.206Z (over 1 year ago)
- Topics: android, android-library, mvp
- Language: Java
- Size: 179 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)