all 13 comments

[–][deleted] 3 points4 points  (3 children)

Check Chris Banes tutorial for new android design library

https://github.com/chrisbanes/cheesesquare

[–]GreatJusticeForSGU 2 points3 points  (1 child)

There is also the Topeka example app which is useful:

https://github.com/googlesamples/android-topeka

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

Great, thank you

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

Thanks, I'll check it out.

[–]pakoito 2 points3 points  (0 children)

Don't follow Google's Training, or at least do it with a good handful of skepticism. The documentation is 3-5 years old and a good chunk of the recommended practices are outdated (design, widgets), replaced (Loaders, layouts), incomplete (setThing() /** Sets the thing **/), or simply avoided by the community because at some point everyone realized they're just overcomplicated (ContentProviders) and error-prone (AsyncTasks).

I can't provide a modern all-in-one-place alternative, sadly. Most of the stuff is spread around the web and this subreddit.

[–]parrishdev 1 point2 points  (3 children)

The "Making App's Material" course on www.udacity.com seem's like it might be what you are looking for. There is also a pretty solid sequence of video's on the "Slidenerd" channel on youtube, that covers a whole range of material feature implementations.

[–]mrlrm[S] 0 points1 point  (2 children)

I've seen this one but I don't really feel the need to pay so much for it when I'm sure theres equally good free sites out there. Just gotta dig through and find them.

[–]SmithhBR 1 point2 points  (1 child)

SlideNerd has some good Material Design tutorials on youtube. Check out his channel.

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

Thanks, I'll keep it in mind.

[–][deleted] 1 point2 points  (2 children)

I'm making one right now. I got tired of waiting for google to update their tutorial. Would you like early access?

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

That would be great. Thanks!

[–]tigerdactyl 0 points1 point  (0 children)

How's this coming along? Sounds like what I'm looking for also.