AT
2018年10月7日
Very good examples, I recomend taking the optional homework if you can. I couldn't take every but you can learn a lot from this course.
CK
2017年9月16日
I really appreciate this course, too good to understand the android framework fundamentals and how they work together.\n\nThanks.
創建者 Victor T
•2018年11月17日
Module 2 (Git) was bad.
創建者 Preeti B
•2020年3月30日
Was really helpful !!!
創建者 Yagnik V
•2020年8月16日
Good course
創建者 Sunil K
•2020年7月4日
Great Work.
創建者 DEEPAK K P
•2020年1月7日
Nice course
創建者 Sherif S
•2016年12月11日
v useful :)
創建者 Rohit K S
•2020年9月18日
Awesome!!
創建者 Ayush P
•2020年6月27日
great
創建者 Sameer N
•2021年9月26日
nice
創建者 Akash G
•2020年10月24日
good
創建者 Ekta A
•2019年2月17日
good
創建者 Ajay K
•2017年2月16日
d
創建者 Ben v d B
•2019年8月6日
The lessons themselves were excellent. Unfortunately there is a rather large disconnect between the optional programming exercises and the lessons. Unless you have a background in computer programming and/or don't mind Googling for answers quite a bit you will struggle understanding what's going on in these exercises. You can generally complete the exercises and get a running program, but actually knowing what's going on is something else. It would have been better had they used a smaller/simpler project, that didn't offer so much as an app, but at least would have given students a better insight in how their code and the learned material work. This is in stark contrast to the previous MOOC in this same series. It's clear why these exercises are optional and I assume the majority op people don't actually do them. The majority of comments in the forums are related to not understanding what's going on in these exercises and it's not uncommon to see the last instructor comment being over a year old and usually not very helpful. You are on your own in this one!
創建者 Andreas G
•2018年3月16日
This course might better be called "Android system programming" - and is not even particularly bad at that. Being a beginner at mobile App development, I would have expected some hints on designing a good and userfriendly UI, preparing the basic control flow in an App and - yes - using Intents to tie them together. As the course is designed, the UI is not even mentioned once, let alone designed by the learner - it's just given pre-defined as a "black box" in the - fully optional - "fill in the blanks", non-graded programming exercises
If you are interested in a theoretical overview of the technicalities of Intents and Broadcasts, this course will give you plenty to chew on. If you are looking for some more hands-on practical experience, it would be my advice to look somewhere else.
創建者 Lidiya I
•2017年8月22日
On one hand, there were simple and explicit things told for a too long time. I regret about attending a few lessons of the course, because it would be enough for me to look at the source code of demo applications, I guess no one would be eager to listen about the source code for minutes instead of looking at it. It's well documented and pretty obvious, why should any other explanations be provided?
On another hand, I learned a few things I missed earlier and got a few ideas for better realizations in my projects, so thank you for that.
創建者 Joshua D
•2017年1月5日
There is a lot of good information in the course about how different components communicate with each other in android; however, there is way too much information way too fast. I really enjoyed the rhythm in the first course but, this course left me lost more times than not. Its a great course if you plan on spending large amounts of time searching the web for other resources to complete the optional assignments
創建者 Moh. A R
•2020年4月14日
This course is good but totally theoretical course. You need to self study. Topics are not connected well and a rushed course. If you are a beginner then you will face a lot of issues just like I did. You will also end up crying. Practical stuffs are totally less. If you are ready to do self study then you can do this course or else this course is not for you.
創建者 jesus
•2017年2月10日
It was a good Mooc, but I think it should imply many more examples to be made by the own students along the course. I really liked the previous one (Java for Android) and of course I´m going to finish the rest of courses. It´s worth it. On the other hand, examples are good and explanations properly presented. Good... but not as good as the previous.
創建者 曾理
•2021年10月20日
I don't like the second course of this specialization, the instructor talks too much about the "big picture". when it comes to details of implementing an simple component such as intent, activity,boradcast receiver, the sample code is not simple enough and some code is even depreciated.
創建者 David W
•2020年8月14日
Would've been a good course when it was released, now all the projects are out of date, causing them to be very difficult to get to build let alone complete the assignments. In addition, there are no project solutions provided to check if the code I wrote is correct or not.
創建者 Ryan C
•2017年11月27日
I missed having the required programming assignments from the Java for Android course. I feel like I learned more (even though I did the optional assignments). Also feel like the videos barely teach some critical basics that come up in the programming assigment
創建者 Isabelle D
•2019年8月14日
What happened to the basics of Android development, like how to create a UI and interact with it? Receiving input and so on? I am glad I had those basics down beforehand, but someone new to android would have trouble following along
創建者 greg a
•2020年7月27日
There were no required programming assignments, therefore the optional assignments were not properly updated, i.e. their testing units failed to compile. I saw little evidence that the instructor responds to any student questions.
創建者 Mandy
•2016年11月1日
Overall it is OK, but the example framework is more like created for teach purpose which is not practical in industry. Moreover, it seems there are many incorrect part in the assignment especially optional code assignments.
創建者 Ilham
•2020年12月20日
The content is fantastic but I would've liked more graded assignments with intents and broadcast receivers. Furthermore, the optional assignments have several build issues unlike MOOC1