ConductorExample icon indicating copy to clipboard operation
ConductorExample copied to clipboard

A demo of how to use Conductor to build Android apps.

This repo contains a demo of how to use Conductor to build Android apps which is taked about in my series of blog posts on Medium: https://medium.com/@huan.nguyen/exploring-conductor-android-app-development-without-fragments-part-1-fce1eab0c9df

This demo illustrates:

  • The use of Conductor to replace fragments in Android apps
  • How to implement view change animation using AnimatorChangeHandler and TransitionChangeHandler

Conductor Demo Video