Android Starter v1

Android Starter v1 is a "boiler plate" project. I tend to end up with a lot of similar classes in all projects that reach a certain complexity. To help me boot strap new apps quicker, I created a project that I can just fork to start a new app. It's a collection of patterns and helper classes that nicely work together.

Includes:

  • UI/Business logic separation.
  • Lists update logic.
  • Dependency injection.
  • Instrumentation & Unit test scaffolding.