KR
Excellent course.I learned a lot of things from this course. Thank you so much to Dr. Jerry Roth, Dr. Julie L. Johnson, Michael Walker & Dr. Douglas C. Schmidt for this course.

This MOOC teaches you how to program core features and classes from the Java programming language that are used in Android, which is the dominant platform for developing and deploying mobile device apps. In particular, this MOOC covers key Java programming language features that control the flow of execution through an app (such as Java’s various looping constructs and conditional statements), enable access to structured data (such as Java's built-in arrays and common classes in the Java Collections Framework, such as ArrayList and HashMap), group related operations and data into classes and interfaces (such as Java's primitive and user-defined types, fields, methods, generic parameters, and exceptions), customize the behavior of existing classes via inheritance and polymorphism (such as subclassing and overriding virtual methods). Learners will apply these Java features in the context of core Android components (such as Activities and basic UI elements) by applying common tools (such as Android Studio) needed to develop Java programs and useful Android apps. Learners will work on several hands-on projects throughout the MOOC, i.e., each week will require learners to write solutions to programming assignments that reinforce the material covered in the lecture videos. There will be roughly 4-6 hours of student engagement time per week, including video lectures, quizzes, and programming assignments.

KR
Excellent course.I learned a lot of things from this course. Thank you so much to Dr. Jerry Roth, Dr. Julie L. Johnson, Michael Walker & Dr. Douglas C. Schmidt for this course.
BE
This is a great overview of the Java programming language as far as I can tell. I have prior Java experience and I was interested in Android specific aspects of the language.
SC
Awesome course for the beginners but the version of android studio is old.. If the course is done using the latest version of android studio then it will be the best course for the beginners.
J
overall its good course many difficult concepts are explained in an easy way but as a beginner, I found this course a bit difficult at the beginning for those who are new to java programming language
DN
This course helped me not only to learn about the java programming language and how to build the application, it also helped me to test my limits with the tests and the programming quizes
SP
Excellent !! As a beginner I found this course a major kick-start to building a strong base for my Android app skills. A lot of practice needed though, but these videos would keep me going well
AC
I would have liked there were more code exercises in videos, as we can practice at same time of the instructor, and study and understand each piece of code. But it's a fantastic course!
TM
Great content. All the materials are perfectly covered and taught. I just have a huge problem with the peer to peer review system. The amount of plagiarised code I had to flag was annoyingly high.
AM
Not for absolute beginners though but a nice course for java concepts some concepts were not explained too well but overall a 4 star course learnt a lot of new things even knowing java already.
KJ
Well laid out course and well simplified content. As a beginner in coding java for android, I really enjoyed the course as I was able to easily grasp the content the tutors where teaching!
JP
Great Course, very well managed and segregated module-wise. Thank you so much to Dr. Jerry Roth, Dr. Julie L. Johnson, Michael Walker & Dr. Douglas C. Schmidt for this course!
AA
This course is very good to learn the basics of Java and how to write a Java code in a object oriented manner. Ths course helped me to learn how to write more efficient and scalable code.