Simplify the Views
Right now the application is using Conductor as the container for the views and is not utilizing Butter Knife to bind to components. Since we are using a Redux architecture, there is nothing that Conductor gives us other than added complexity and non-standard ways of building views. In this development task:
-
Remove Conductor from all modules and replace each instance with a fragment -
Use Android KTX for fragment transactions -
Use Butter Knife to bind to the various components/add click listeners