sureshg / codepath-todo-demo

CodePath Project 0: Todo App
0 stars 0 forks source link

[Android Bootcamp] Project 0 - Review my ToDo app #1

Open sureshg opened 8 years ago

sureshg commented 8 years ago

My app is complete, please review. /cc @codepathreview and @codepath. One question i have is the use of other JVM languages that can be used for android development, especially Kotlin?

nickai commented 8 years ago

Looks good Suresh! 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 to learn all practical Android development and best practices as quickly as possible. We also do a code review for each submitted project once the program begins.

Your application will be passed along to the organizers for final admissions. You should hear back again soon. I'd encourage you to continue working on app extensions.

What is it that you'd like to know about Kotlin? Are you wondering if you can use Kotlin in the course?

sureshg commented 8 years ago

@nickai sure..i am working on extending the ToDo app in my spare time. Regrading Kotlin, yes can i use it in the course?

nickai commented 8 years ago

@sureshg - Since the course is taught in Java and all the materials are in Java, I'd recommend using it in the course. However, if you'd prefer to use Kotlin that's ok with us. Just know that it's a fairly new language and we won't be able to provide any Kotlin specific support (so you'll be on your own to make sure you can hit all the assignment and group project milestones in the course).

sureshg commented 8 years ago

@nickai Thanks..i fully understand that. Why i am asked because i use kotlin at work and i am quite comfortable with it.