Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 386 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 386 Bytes

twitterApp

Android app using Twitter sdk following clean architecture. It shows the user profile on click of any tweet as well as saving favorite tweets on database, allowing the user to check their favorite tweets offline.

I have followed the clean architecture structure explained in the following link : "https://github.com/dmilicic/Android-Clean-Boilerplate" with minor changes.