I'm setting up a new Android project this week. It...
# android
t
I'm setting up a new Android project this week. It's always nice to start with a clean slate 🙂 I've checking out the stack I'd like to use. I'd love to hear any tips and tricks you might have. Right now I have this in mind - Use MVP pattern with http://hannesdorfmann.com/mosby/ - Use separate Android modules to split view logic and business logic - Use Retrofit with Kovenant Promises as output - Use manual dependency injection (without IoC container)