Skip to content

Instantly share code, notes, and snippets.

@surma
Last active May 12, 2017 21:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save surma/db74013125cda43df3ca4bcd03930ce0 to your computer and use it in GitHub Desktop.
Save surma/db74013125cda43df3ca4bcd03930ce0 to your computer and use it in GitHub Desktop.
lol1 lol2
lol3 lol4
lol5
Sample Description
todo-mvp Demonstrates a basic Model-View-Presenter (MVP) architecture and provides a foundation on which the other samples are built. This sample also acts as a reference point for comparing and contrasting the other samples in this project.
todo-mvp-loaders Fetches data using the Loaders API.
todo-databinding Uses the Data Binding Library.
todo-mvp-clean Uses concepts from Clean Architecture.
todo-mvp-dagger Uses Dagger2 to add support for dependency injection.
todo‑mvp‑contentproviders Based on the todo-mvp-loaders sample, this version fetches data using the Loaders API, and also makes use of content providers.
todo-mvp-rxjava Uses RxJava to implement concurrency, and abstract the data layer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment