Anything and everything that makes life easier to develop for Android should be looked into. There are a couple of libraries that make testing easier, increase the modularity of your code, and provide already created mock objects: RoboGuice - This is an adaption of Google’s dependency injection library but for Android Robolectric -This is a testing framework/platform [...]
↧