jic5247 / Android_SimpleTodo

Fully Added!
0 stars 0 forks source link

[Android Bootcamp] Project 0: ToDo - Ready For Review #1

Open jic5247 opened 9 years ago

jic5247 commented 9 years ago

My app is complete, please review. I got a side question here: While the "child activity" was started after its parent activity called "StartActivityForResult()", would it be discarded in RAM when return back to its parent activity with calling "Finish()"? /cc @codepathreview @codepath

nesquena commented 9 years ago

What's your name so I can match you to an application?

While the "child activity" was started after its parent activity called "StartActivityForResult()", would it be discarded in RAM when return back to its parent activity with calling "Finish()"?

You should assume it may be removed from memory and in older phones or phones with very low resources it may be discarded in RAM. However, on a modern phone with lots of RAM, it's often going to be kept in memory. Nonetheless, it's a good idea in production apps to assume it may be discarded anytime an activity leaves the screen. You can force this behavior for more reliable testing with the dev tools on the phone.

jic5247 commented 9 years ago

My name is Jia Quan chen. Thanks for the answer, your answer is very well explained. /cc @nesquena

nesquena commented 9 years ago

Thanks for helping me match. Looking over your past experience, and our eligibility requirements, your LinkedIn seems to detail about 16 months of professional software development experience but with the majority of that in QA. We get hundreds of free applications each cohort, and we tend to select for senior engineers with a bit more sustained professional programming experience and those currently employed as a software engineer. You might want to take a look at this answer since given your current situation, you would be unlikely to be accepted into the formal bootcamp. Hope you understand.

jic5247 commented 9 years ago

Hi, Nathan,

I identify myself as a developer more than a QA because I do development since day on I entering my major. I did processor design back into my college. And I am currently doing web development for a restaurant and a management tool for a Buddhist temple. I even do some java development in my current QA job too. I don't blame you if you say that I have to be a current full time developer to be qualified for this class. But I don't agree with you if you saying my qualification is not matched. I petty sure that I have more that what it require for this class and I may have more qualifications than the other candidates too. I am currently open my own startup and developed my idea. I just found this class may help me on the mobile application side. I will keep work on the extra part of this todo app and make it way better than what you guys required to prove that I am over-qualified for this class! Thanks for your dedicated reply.

Regards,

Jia Quan Chen

On Sun, Mar 8, 2015 at 9:40 PM, Nathan Esquenazi notifications@github.com wrote:

Thanks for helping me match. Looking over your past experience, and our eligibility requirements http://courses.codepath.com/snippets/intro_to_android/thanks_for_applying#heading-requirements, your LinkedIn seems to detail about 16 months of professional software development experience but with the majority of that in QA. We get hundreds of free applications each cohort, and we tend to select for senior engineers with a bit more sustained professional programming experience and those currently employed as a software engineer. You might want to take a look at this answer http://courses.codepath.com/snippets/intro_to_android/email_faq#heading-i-dont-have-much-or-any-professional-software-development-experience-how-can-codepath-help-me since given your current situation, you would be unlikely to be accepted into the formal bootcamp. Hope you understand.

— Reply to this email directly or view it on GitHub https://github.com/jic5247/Android_SimpleTodo/issues/1#issuecomment-77799442 .

nesquena commented 9 years ago

I understand your response. Just explaining that we get so many applications we have to necessarily filter by certain criteria. Hope you can understand. That said if you submit a substantially improved todo app with many optionals then we may reconsider. If not I'm happy to add you as a remote observer with access to the weekly materials and assignments that you can access self-paced from home.

jic5247 commented 9 years ago

OK, I will try my best. Thanks for your response.

Jia

On Sun, Mar 8, 2015 at 10:50 PM, Nathan Esquenazi notifications@github.com wrote:

I understand your response. Just explaining that we get so many applications we have to necessarily filter by certain criteria. Hope you can understand. That said if you submit a substantially improved todo app with many optionals then we may reconsider. If not I'm happy to add you as a remote observer with access to the weekly materials and assignments that you can access self-paced from home.

— Reply to this email directly or view it on GitHub https://github.com/jic5247/Android_SimpleTodo/issues/1#issuecomment-77803666 .