Android-Instagram-Client
Codepath Android Bootcamp: Instagram Client
Time Spent: 15hrs
###Features:
Required User Stories:
- User can scroll through current popular photos from Instagram - DONE
- For each photo displayed, user can see the following details: - DONE
- Graphic, Caption, Username
- (Optional) relative timestamp, like count, user profile image
Optional User Stories:
- Add pull-to-refresh for popular stream - DONE
- Show latest comment for each photo - DONE
- Display each photo with the same style and proportions as the real Instagram - DONE
- Display each user profile image using a RoundedImageView - DONE
- Display a nice default placeholder graphic for each image during loading - DONE
- Improve the user interface through styling and coloring - DONE
###Libraries Used
- Android_Async-Http
- Picasso
- RoundedImageView