-
Notifications
You must be signed in to change notification settings - Fork 6
Reuse Statement
f2prateek edited this page Apr 2, 2013
·
6 revisions
Libraries Used :
- ActionBarSherlock for a consistent, great looking header across all Android platforms.
- RoboGuice for dependency-injection.
- android-maven-plugin for automating our build and producing release-ready APKs.
- Otto - An event bus for publish subscribe style communication between application components
- fest-android - For fluent assertions
- AndroidBootstrap - for generating the template of our source code.
- Travis-CI for continuous integration
- http-request A simple convenience library for using a HttpURLConnection.
- Spoon - for making sense of our instrumentation tests
- Universal Image Loader - for loading images from the web
- Crouton - context sensitive notifications for Android. Like Toast, but better.