Android app for viewing popular Instagram photos.
Completed user stories:
- Required: User can scroll through current popular photos from Instagram.
- Required: For each photo display, user can see the following:
- Graphic, Caption, Username
- (Optional) relative timestamp, like count, user profile image
- Optional: Add pull-to-refresh for popular stream with SwipeRefreshLayout
- Optional: Show latest comment for each photo (bonus: show last 2 comments)
- Optional: Display each photo with the same style and proportions as the real Instagram
- Optional: Display each user profile image using a RoundedImageView
- Optional: Display a nice default placeholder graphic for each image during loading (read more about Picasso)
- Optional: Improve the user interface through styling and coloring
- Optional: Allow user to view all comments for an image with a separate screen or dialog fragment
Used:
- android-async-http-1.4.5
- android-support-v4
- Picasso Image Library
- RoundedImageView