An Android application to browse through the most popular Instagram photos
####Total time spent: 8 Hours
####User Stories:
- User can scroll through current popular photos from Instagram
- For each photo displayed, user can see the following details:
- Graphic, Caption, Username
- display like count, user profile image and creation date
- Add pull-to-refresh for popular stream with SwipeRefreshLayout
- Show latest 2 comments for each photo
- Update the image to be displayed with the same proportions as on Instagram
Libraries used: android-async-http-1.4.5, picasso-2.3.4 and android-support-v4.