Skip to content

Sample to show how MVP, Clean Architecture and RxJava can help you in building Android App.

Notifications You must be signed in to change notification settings

nbarishok/RxMvpAndroid

Repository files navigation

RxMvpAndroid

Sample to show how MVP, Clean Architecture and RxJava can help you in building Android App.

Description

Here one can see yet another example of building an Android Application with help of MVP, Clean Architecture and RxJava.

Project contains of two submodules:

  • core: base classes
  • weather: sample app, displaying current temperature in Moscow based on OpenWeatherMap api (add valid api-key in build.gradle to see the results)
    Also here you can find seceral useful techinques:
  • saving presenter during configuration change / low - memory. This techinque is implemented using Dagger2 with its custom scopes + fragment-lifecycle awareness.
  • improved communication between view and presenter. Details can be found in the article
  • navigation support, post about implementation details is in this article
  • Basic approach for manual ViewState management is introduced, and the main reason for that - the fact that using onSaveInstanceState can lead to data loss
  • Also dependency 'dialogwrapper.aar' appeared, it is a library to abstract away complexities of working with dialogs. Sources with the base implementation can be found here. This approach for dealing with dialogs works for me.

About

Sample to show how MVP, Clean Architecture and RxJava can help you in building Android App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages