A simple twitter client with.
Min SDK: Android V 4.0 (ICE CREAM SANDWICH)
using the following:
- Fabric (the official twitter api client)
- ButterKnife for injecting views
- Gson for serializin/deserializing JSON
- Using Glide for image loading.
- using Ormlite as a cleaner way to create sqlite db.
Min SDK: Android V 4.0 (ICE CREAM SANDWICH)
applying the MVC design pattern and whenever i saw it possible i divided every component to smaller componets for better isolation and for easy maintainability and extendability in the futuer.