androidstarters / android-starter

[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
https://git.io/v9UjE
513 stars 66 forks source link

Configuration change issue #34

Open testacnt145 opened 7 years ago

testacnt145 commented 7 years ago

Among different choices of MVP boilerplate template

  1. official android architecture todo-mvp-dagger
  2. mindorks mvp-architecture
  3. marvel villians and heroes
  4. Dribble just-another-android-app

I found your project most simple and easy to understand.

I am deciding to change my production app to follow your project, but there is 1 issue I found.

On orientation change, the state is not retained, Activity is performing network operation again, which is incorrect

Could you please fix that issue in this template.

And is it possible to add Navigation View and View Pager if possible.

Thanks