suryavanshi / SimpleTodo

0 stars 0 forks source link

Thanks! #1

Open codepathreview opened 8 years ago

codepathreview commented 8 years ago

Hello Manu,

Thanks for submitting your pre-work but your current submission is incomplete. Your github repository does not appear to have any Android source code checked in or the source code appears incomplete. Please review the submitting your prework guide and how to push code to a github repo and verify that your github repo has your latest Android source code. Your application crashes at start with error in log " java.lang.RuntimeException: Unable to start activity ComponentInfo{com.manu.simpletodo/com.manu.simpletodo.MainActivity}: android.database.sqlite.SQLiteException: no such table: TODO_TASK (code 1): , while compiling: SELECT * FROM TODO_TASK "

Please re-submit your project on your application dashboard and reply back on this issue once that's completed.

suryavanshi commented 8 years ago

This is due to an issue with studio/sugarorm, please run after disabling instant run in android studio - File->Setting->Build->Instant Run->Uncheck first box

On Sun, Sep 18, 2016 at 9:58 AM, CodePath Reviewers < notifications@github.com> wrote:

Hello Manu,

Thanks for submitting your pre-work but your current submission is incomplete. Your github repository does not appear to have any Android source code checked in or the source code appears incomplete. Please review the submitting your prework guide http://courses.codepath.com/snippets/intro_to_android/prework#heading-4-submitting-the-project and how to push code to a github repo https://help.github.com/articles/create-a-repo/ and verify that your github repo has your latest Android source code. Your application crashes at start with error in log " java.lang.RuntimeException: Unable to start activity ComponentInfo{com.manu. simpletodo/com.manu.simpletodo.MainActivity}: android.database.sqlite.SQLiteException: no such table: TODO_TASK (code 1): , while compiling: SELECT * FROM TODO_TASK "

Please re-submit your project on your application dashboard https://apply.codepath.com/dashboard/ and reply back on this issue once that's completed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/suryavanshi/SimpleTodo/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABmj4F2tOlRgDvW-RK1amvvXkOPL7ddeks5qrW3HgaJpZM4J_86s .

Regards, Manu Suryavansh

codepathreview commented 8 years ago

Hello Manu,

Looks good, this exercise is 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 learn the practical elements of Android development and best practices as quickly as possible. We also do a code review for each submitted project once the program begins.

Great to see you were able to complete some extensions to your app already. The extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases. We encourage you to continue working on extensions to your todo app as a way to further explore Android development.

See you can expand the functionality of the app or instead work to improve the user interface by experimenting with colors, spacing, styling, icons, etc. Be sure to take a look through our organizing your source files guide for additional tips on structure as well.

We'll be following up with you again shortly to outline the next steps in the admissions process.