rcao137 / TodoApp

TodoApp for codepath 1st project
0 stars 0 forks source link

Please review the code for TodoApp #1

Open rcao137 opened 10 years ago

rcao137 commented 10 years ago

@nesquena and @timothy1ee, I have submitted the code for the initial TodoApp including the support for editing an item. I am able to run it successfully on the emulator. Please review it and let me know if you have any question. Thanks.

Rebecca

nesquena commented 10 years ago

Rebecca,

Project looks good! This was intended in part to give you an introduction to the general rhythm of this course. The course is entirely project based with an app being assigned each week and then due the following week. Each project builds on the last to help each engineer to learn all practical Android development and best practices as quickly as possible. We also do a code review for each submitted project.

The next step is to schedule a short 10 minute phone conversation here. Navigate to 22nd and choose a slot. Let us know if none of those times work.

Once you select a slot, can you edit it with the best number to reach you at? Look forward to chatting!

One other question, we have a Sunnyvale bootcamp (Tu/Thu 7-9pm on Yahoo Campus) and a San Francisco bootcamp (M/W 7-9pm at the Zynga Office). Let me know which you'd prefer to attend.

rcao137 commented 10 years ago

Hi Nathan,

Thank you for the quick response. I would love to attend the Sunnyvale bootcamp (Tu/Thu 7-9pm on Yahoo Campus), I have scheduled a call tomorrow at 10:30 pm. I am looking forward to talking with you.

BTW, I have a problem with Github on the MAC I was developing my code on, if I run git init: git init dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk Referenced from: /usr/local/git/bin/git Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___strlcpy_chk Referenced from: /usr/local/git/bin/git Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap: 5

Do you know how I can fix this problem?

Thanks.

-Rebecca


On Wed, 5/21/14, Nathan Esquenazi notifications@github.com wrote:

Subject: Re: [TodoApp] Please review the code for TodoApp (#1) To: "rcao137/TodoApp" TodoApp@noreply.github.com Cc: "rcao137" rong_cao@yahoo.com Date: Wednesday, May 21, 2014, 10:56 PM

Rebecca,

Project looks good! This was intended in part to give you an introduction to the general rhythm of this course. The course is entirely project based with an app being assigned each week and then due the following week. Each project builds on the last to help each engineer to learn all practical Android development and best practices as quickly as possible. We also do a code review for each submitted project.

The next step is to schedule a short 10 minute phone conversation here. Navigate to 22nd and choose a slot. Let us know if none of those times work.

Once you select a slot, can you edit it with the best number to reach you at? Look forward to chatting!

One other question, we have a Sunnyvale bootcamp (Tu/Thu 7-9pm on Yahoo Campus) and a San Francisco bootcamp (M/W 7-9pm at the Zynga Office). Let me know which you'd prefer to attend.

— Reply to this email directly or view it on GitHub.

nesquena commented 10 years ago

Usually that error is an indication of an improperly setup path. See here or here and see if those help resolve the issue!