prajaa / MyInstagramClient

0 stars 0 forks source link

[Android Bootcamp] Day 2 assignment #2

Open prajaa opened 8 years ago

prajaa commented 8 years ago

My app is ready , please review. /cc @codepathreview @codepath. Name: Prajakta Link to Video - https://github.com/prajaa/MyInstagramClient/blob/master/app/src/main/res/drawable/day2.gif

Covers user stories -

  1. Connect the app with the Instagram API and get real time data using async-http-client library.
  2. Show the last 2 comments for each photo.
  3. User can view all comments for a post within a separate activity.
  4. User can share an image to their friends or email to themselves.

Optional user story covered

  1. Robust error handling, check if internet is available, handle network failures.

Time taken - 8 hours

codepathreview commented 8 years ago

Great work finishing the stories. Here is some feedback after reviewing your code --