WillieCubed / chronos-android

An app that keeps track of important events on your life's timeline.
MIT License
2 stars 0 forks source link

Use more intuitive module structure #7

Open WillieCubed opened 6 years ago

WillieCubed commented 6 years ago

The current modules (app and base in particular) have classes scattered around in a generally unorganized mess. We should create a few new feature modules to separate components that are used for the different components like only instant apps or Android Things, the app, and/or a multiple of the modules listed. While the base module has a logical package structure, many classes in the app module should not be located at the root package.

Specifically, the goals are:

WillieCubed commented 6 years ago

While we're at it, we need to clean up all the dead code and deprecated components throughout the project.