This is a read-only Android application for viewing popular photos on Instagram.
Completed user stories:
- Required: User can scroll through current popular photos from Instagram
- Required: For each photo displayed, user can see the following details: Graphic, Caption, Username
- Optional: Display relative timestamp, like count, user profile image, location
- Optional: Show latest 2 comments for each photo
- Optional: Add pull-to-refresh for popular stream with SwipeRefreshLayout
- Optional: Display each user profile image using a RoundedImageView
- Optional: Display a nice default placeholder graphic for each image during loading
- Bonus: Allow user to view all comments for an image within a separate activity or dialog fragment
- Bonus: Allow video posts to be played in full-screen using the VideoView
Walkthrough of all user stories: