Best android open-source packages and libraries.

Android mvp todoapp

Android App built using MVP architecture + Dagger + RxJava + Retrofit. API : https://github.com/stavelmashally/node-express-mongoose-todo-api
Updated 4 months ago

Android MVP todoapp

Android App built using MVP architecture, Dagger, RxJava and Retrofit.
API : https://github.com/stavelmashally/node-express-mongoose-todo-api


Project structure

app structure contains 4 packages:

data: Implementaion of the Repository pattern, contains all the data accessing.
di: Contains the classes that provide dependencies.
presentaion: MVP structure, all Activities, Fragments and UI elements in this package.
utils: Utility classes.

Tools

  • Dagger 2
  • RxJava 2
  • Retrofit 2
  • ButterKnife

Running

  1. Run the Node.js API.
  2. Change the base url in the Constants class to the api url.