Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 311 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 311 Bytes

NewsDiMvp

A demo app with Dependency Injection and MVP

Model-View-Presenter (with Nucleus library):

  • Model: Server API (RssAdapter)
  • View: FeedActivity
  • Presenter: FeedPresenter

Dependency Injection (with Dagger 2):

  • Dependency: RssAdapter
  • Injected into: FeedPresenter

XML is parsed with Retrofit 2.