styliii / InstagramPhotoViewer

Android networking and layout demo for displaying popular photos from Instagram using the Instagram API
1 stars 1 forks source link

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:

  1. User can scroll through current popular photos from Instagram
  2. For each photo displayed, user can see the following details:
    • Graphic, Caption, Username
    • relative timestamp, like count, user profile image
  3. Shows latest comment for each photo
  4. Displays each photo with the same style and proportions as the real Instagram (sorta)
  5. Displays each user profile image using a RoundedImageView
  6. Improves the user interface through styling and coloring
  7. Displays a nice default placeholder graphic for each image during loading

Time Spent: 5 hours

Walkthrough

app demo GIF created with LiceCap

Libraries