lasthulk / CoderSchoolAndroid_Assignment1

0 stars 0 forks source link

[CoderSchool Android] Project 1: Instagram Photo Viewer - Ready For Review #1

Open lasthulk opened 8 years ago

lasthulk commented 8 years ago

My app is complete, please review it. /cc @coderschoolreview Thanks

hoanle commented 8 years ago

@lasthulk

Week 1: Instagram Viewer

:+1: thank you for your submission. The goal of this homework was to teach you RelativeLayout, ListView, networking with APIs, and loading remote images. These concepts are the foundation of nearly every app. The app looks nice

A few notes after checking out the code:

You can read a detailed Project 1 Feedback Guide here which covers the most common points we see for this project, if you'd like to evaluate yourself further.

lasthulk commented 8 years ago

Hi @hoanle Thanks for your review. Can you explain more details these statements.

  1. You could reuse layout by using include tag. Currently both photo and comment using the same layout. Reuse it (my photo and comment layout are different, not same layout) 2 Good to see that you were able to successfully read the json object to display comments for photos. But i don't think it contains all comments ( I thought that Instagram did not return all comments) Thanks
hoanle commented 8 years ago

@lasthulk

  1. Both Photo & Comment share a similar ListView. Photo has SwipeRefreshLayout but actually Comments can have that too. My suggestion is to use a same layout for these two
  2. Yes you can. Use this api media/{media_id}/comments