Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 560 Bytes

File metadata and controls

17 lines (11 loc) · 560 Bytes

zTwitterClient

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.