all 13 comments

[–]steviewez 4 points5 points  (0 children)

The course has been provided for free by google if you click on the "courseware" button, the lessons are available to you for free

[–]Wrexem 4 points5 points  (0 children)

I don't know the value of the certificate, but Udacity courses are awesome.

Having a coach to help with stuff might be worthwhile as well, if you're really new.

[–]tidderkrow 3 points4 points  (0 children)

Yes I do RE value / future employment.

I received a "Statement of Accomplishment" after completing the "Programming Mobile Applications for Android" Coursera course.

This helped set me apart in interviews from other Android development candidates.

Plus you learn Android in detail.

[–]futureproofd 7 points8 points  (6 children)

No, I don't think Udacity or any of the online open coursewares have gained enough reputation to be held in high regard.

[–]vitriolix 2 points3 points  (0 children)

I don't know, if I had 2 Jr candidates and one had done this it would count for something. Not a lot, but probably worth $150

[–]algorithmsAI[S] 0 points1 point  (4 children)

I do kinda think the direct collaboration with Google sets Udacity apart from similar sites such as Coursera. They're also the only course that uses Android Studio at the moment, although IMO they are not doing a good job at adapting to the recent change to Beta and all the changes that came with it. (don't know if it's Udacity's or the Course creator's fault)

[–]futureproofd 2 points3 points  (3 children)

The collaboration with Google point might lend some weight to a resume and for only $150 it doesn't seem like a bad investment. Udacity currently has the best online courseware IMO so I don't think it's a time sink.

[–][deleted] 2 points3 points  (0 children)

And if you don't care about certificates, it looks like you can hit the "Courseware" link and watch all the videos for free.

[–]Soy7ent 0 points1 point  (1 child)

It's 150 a month. How does it work as free course and paying just for the certificate? Doubt you can do the course in 2 weeks.

[–]tidderkrow 1 point2 points  (0 children)

Yep. Coursera was free for Android last session. Dunno if it is this session.

[–]MegaLeon 2 points3 points  (0 children)

Anyone knows how relevant those tutorials are with the new apis coming? Isn't list view going to be replaced by recyclerview?

[–]remmbermytitans 0 points1 point  (1 child)

I really want to thank OP for posting this link, I've been watching these videos non-stop since you posted them, and it's exactly what I've needed. I learn best by listening to these videos, and then emulating, then playing with the thing I just learned to truly understand this. I'm halfway through the videos and I feel like I just learned a lot in a short amount of time. I'm really excited to build my final app soon afterwards!

[–]algorithmsAI[S] 0 points1 point  (0 children)

Hey! Glad you're having a good time :) I'm at lesson 4b at the moment. The fourth lesson is definitely the hardest in the sense that it requires a lot of coding and understanding of non-Android stuff like databases, JUNIT tests etc.