moxy-community / Moxy

Moxy is MVP library for Android with incremental annotation processor and ktx features
MIT License
324 stars 33 forks source link

Add full-featured sample app #114

Closed alaershov closed 4 years ago

alaershov commented 4 years ago

The previous sample app was pretty basic and left meny questions unanswered. How to create Presenter with DI? How to make a network request?

This request adds more realistic example of Moxy usage. It needs further work, e.g. how to work with lists, but already useful (and cool) in the current state.