Open pmthuy opened 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:
Utils
class. However you can also use getRelativeTimeSpanString
from DateUtils: http://developer.android.com/reference/android/text/format/DateUtils.html#getRelativeTimeSpanString(long,%20long,%20long). 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.
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
Hi all,
I commit new assignment for week 1 project. Please review it Thanks,
/cc @coderschoolreview, @hoanle