lasthulk / CoderSchoolAndroid_Prework

Demo android projects on CoderSchool.vn
0 stars 0 forks source link

Project ToDo App - Review my app #1

Open lasthulk opened 8 years ago

lasthulk commented 8 years ago

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

hoanle commented 8 years ago

hi @lasthulk

Thanks for the submission

In general

Detail & suggestion

lasthulk commented 8 years ago

Shame on me. I used source tree to commit source code to github, but I didn't click the push button on the toolbar @hoanle Source code todo app

lasthulk commented 8 years ago

add /cc @coderschoolreview

coderschoolreview commented 8 years ago

Thank you for your Android submission, lasthulk!

:frowning: Unfortunately there are some problems with your submission:

lasthulk commented 8 years ago

Hi I have just updated read me file. Thanks for your review /cc @coderschoolreview

coderschoolreview commented 8 years ago

Thank you for your Android submission, lasthulk!

:tada: Everything looks good with the format of your submission. We'll be reviewing your submission soon!

lasthulk commented 8 years ago

Thank you so much.

chug2k commented 8 years ago

lasthulk can you email your name and email address to android {at} coderschool.vn? Are you a CoderSchool student or a CodePath student? =)

lasthulk commented 8 years ago

I am a coderschool.vn student.

chug2k commented 8 years ago

Can you please email android {at} coderschool.vn with your name? I don't have you in our system.

lasthulk commented 8 years ago

Hi chug2k, I have just sent an email to android@coderschool.vn. Can you see it ?

hoanle commented 8 years ago

@lasthulk

Sorry for late reply. Since there is confusion whether you are applying to coderschool or codepath. Now it's clear

About your code:

My suggestions:

if (taskName.isEmpty() == false) ==> if (!taskName.isEmpty())

lasthulk commented 8 years ago

Hi @hoanle Thank you for your suggestions. I will update source code later.

lasthulk commented 8 years ago

Hi @hoanle Following your suggestions, I have updated my project. And I also received an CoderSchool Android Bootcamp, Accepted Confirmation. :+1: Thanks.