This is an Android application for displaying Popular Instagram Photos using the Twitter API, the android-async-http library and the Picasso image library.
Time Spent: 2 hours on base (InstagramViewerBase).
Completed user stories in base project (InstagramViewerBase):
- User can scroll through current popular photos from Instagram
- For each photo displayed, user can see the following details: Graphic, Caption, Username
Walkthrough of base user story (InstagramViewerBase):
Second stage user stories (InstagramViewerPreTwoComments):
- User can scroll through current popular photos from Instagram
- For each photo displayed, user can see the following details:
- Username, circular profile picture and location of the post (if it is available) above the popular photo
- The popular photo from Instagram
- An instagram blue heart followed by the like count for that popular photo
- An instagram blue colored username (of the caption poster, same person who posted the image) followed on the same line by the text of the caption
Walkthrough of the second stage user story (InstagramViewerPreTwoComments):
Third stage user stories (InstagramViewerWithTwoComments):
- User can scroll through current popular photos from Instagram
- For each photo displayed, user can see the following details: - Username, circular profile picture, time since the post and the location of the post (if it is available) above the popular photo - The popular photo from Instagram - An instagram blue heart followed by the like count for that particular photo - An instagram blue colored username (of the caption poster, same person who posted the image) followed on the same line by the text of the caption - The two most recent comments if they exist (comment logo, commenter's username, and comment text)
Walkthrough of the third stage user story (InstagramViewerWithTwoComments):
GIFs created with LiceCap.


