pmthuy / CoderSchoolAssignment

all project when join android coder school class
0 stars 0 forks source link

Week 1 project Instagram photo viewer #1

Open pmthuy opened 8 years ago

pmthuy commented 8 years ago

Hi all,

I commit new assignment for week 1 project. Please review it Thanks,

/cc @coderschoolreview, @hoanle

chug2k commented 8 years ago

:+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.

A few notes after checking out the code:

Overall a fine but very basic submission. =)

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.

pmthuy commented 8 years ago

Hello @chug2k !

Thank for you feedback. I have been apply getRelativeTimeSpanString in my code. and read Project 1 Feedback Guide. It's verry helpfull for me in this project and also all future project I my code there are some String hardcode such as: "userName", "10h", "123456789 likes" But this only fake data to review UI. all offthem will be replace by realdata when start app. I think it's be OK :D