savepopulation / bulk-action

A Bulk Action App for Instagram - An example implementation of handling rotation changes without Android's LifeCycleAware Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bulk-action

A Bulk Action App for Instagram

Handling orientation change in Android without using new Architectural Components (ViewModel, LiveData) is a bit tricky. In this repo you can find an example solution for this challange.

Example implementation of:

  • MVVM
  • DataBinding
  • RxJava 2.0
  • Dagger 2.1
  • Repository Pattern
  • Instagram Api

About

A Bulk Action App for Instagram - An example implementation of handling rotation changes without Android's LifeCycleAware Components


Languages

Language:Java 100.0%