Devoxx2012: Bootstrapping Android Apps with Open Source - Jake Wharton
Libraries:
- ActionBarSherlock: backport of the actionbar.
- ViewPagerIndicator: indicates swype action
- NineOldAndroids: backwards compatibility of animation api
- Otto: gueva eventbus. E.g. Async access to the location api.
- Dagger: dependency injection - @Module @Provide
- RetroFit: client Rest-access
- Tape: save locally on unreliable network
- Activitycompat2: activity backport
- PonyCrossing
- Pollexor
- OkHttp
- Spoon: test tool
Post a Comment