Github TODO List 2013
Found some cool projects on Github but still do not have time to play with it. Here is my list containing projects I found in last 6 months:
Action Bar
- flavienlaurent/NotBoringActionBar – this is the future of action bar, top of my list.
- facebook/rebound – though not everyone is happy with the facebook app on Android, it is so nice to see Facebook opensource some Android projects.
UI
- SpecialCyCi/AndroidResideMenu – not so Android accroding to current design guideline, but… why not? :D
- 6wunderkinder/android-sliding-layer-lib
- umano/AndroidSlidingUpPanel – this is the second top of my list
- etsy/AndroidStaggeredGrid – was featured in Android Design in Action: Our Favorite Design Details, should keep an eye on this team.
- edmodo/cropper – image cropper UI
- gabrielemariotti/colorpickercollection
Network
- Have not spend much time on studying network library, not sure what kind of improvement I will get on using this
- square/okhttp
- Android/volley – this is not on github, just put it here also… Google IO session
other
- path/android-priority-jobqueue – I implemented my own, but it is always good to learn from other’s code
- koush/ion – a full featured image download lib, with a gif player integration that could help me :p
- dlew/android-movies-demo – some nice animations, though I don’t think this is a good way to use the ViewPager