https://github.com/roroche/androidstarter
A sample Android app using the MVP architecture.
https://github.com/roroche/androidstarter
butterknife dagger2 jackson mockito mockwebserver mosby mvp mvp-architecture okhttp3 ormlite otto picasso retrofit2 robotium rxandroid rxjava
Last synced: 6 months ago
JSON representation
A sample Android app using the MVP architecture.
- Host: GitHub
- URL: https://github.com/roroche/androidstarter
- Owner: RoRoche
- License: apache-2.0
- Created: 2016-02-28T19:27:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T16:48:42.000Z (over 5 years ago)
- Last Synced: 2024-01-14T07:50:47.168Z (over 1 year ago)
- Topics: butterknife, dagger2, jackson, mockito, mockwebserver, mosby, mvp, mvp-architecture, okhttp3, ormlite, otto, picasso, retrofit2, robotium, rxandroid, rxjava
- Language: Java
- Homepage: http://roroche.github.io/AndroidStarter
- Size: 15.2 MB
- Stars: 137
- Watchers: 10
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidStarter
A sample Android app using the MVP architecture.[](https://android-arsenal.com/details/3/4936)
[](http://androidweekly.net/issues/issue-204)[](https://travis-ci.org/RoRoche/AndroidStarter)
[](https://circleci.com/gh/RoRoche/AndroidStarter)
[](https://www.bitrise.io/app/4bb734986df5e64f)
[](https://codecov.io/gh/RoRoche/AndroidStarter)
[](https://www.codacy.com/app/romain-rochegude_2/AndroidStarter?utm_source=github.com&utm_medium=referral&utm_content=RoRoche/AndroidStarter&utm_campaign=Badge_Grade)
[](https://www.versioneye.com/user/projects/5818f46e89f0a91dbb44ae9d)## AndroidStarter in the news
* [Android Weekly #204](http://androidweekly.net/issues/issue-204)
## TODO
- [ ] move from MVP to VIPER for `ListRepo` module
## See also
* : an alternative project using
* [requery](https://github.com/requery/requery/) as persistence layer
* [EventBus](https://github.com/greenrobot/EventBus) as event bus layer
* [LoganSquare](https://github.com/bluelinelabs/LoganSquare) as JSON parsing layer
* [Conductor](https://github.com/bluelinelabs/Conductor) to build View-based Android application