Instagram Popular Photo Viewer
This is an Android networking and layout demo for displaying popular photos from Instagram using the Instagram API.
Overview
The app does the following:
- User can scroll through current popular photos from Instagram
- For each photo displayed, user can see the following details:
- Graphic, Caption, Username
- relative timestamp, like count, user profile image
- Shows latest comment for each photo
- Displays each photo with the same style and proportions as the real Instagram (sorta)
- Displays each user profile image using a RoundedImageView
- Improves the user interface through styling and coloring
- Displays a nice default placeholder graphic for each image during loading
Time Spent: 5 hours
Walkthrough
GIF created with LiceCap
Libraries
- Android AsyncHTTPClient - For asynchronous network requests
- Picasso - For remote image loading