This is an Android application for viewing popular photos on Instagram using Instagram API.
Time spent: 10 hours spent in total
Completed user stories:
Required: User can view most popular photos including username of who posted it and caption Optional: User can view the like count for each photograph. Optional: Added support for pull-to-refresh using third party library. Optional: Added user profile picture and name before the picture.
Notes:
Spent some time changing the font size and font color for textview. Implemented CircularImageView for profile picture.
Used following open source libraries. android-async-http library to make network requests and parse response. Picasso image library to download and render images. PullToRefresh library for pull-to-refresh functionality. CircularImageView library to display images in circular container.
Walkthrough of all user stories:
GIF created with LiceCap.
