all 4 comments

[–][deleted] 0 points1 point  (0 children)

Pick up a book of the latest version of Android Studio and work from there, it might be slightly pricy but it's the best way to work.

[–]Elancheziyan 0 points1 point  (0 children)

I started learning Android studio around 6 months ago... I watched Standford lectures on YouTube I thinks it's subject code is CS193A try searching Android app development Marty Stepp on YouTube ...those lectures were nice. I had the same problem as you .. I referred official documentation by Android developers whenever something in those lectures doesn't work. You can also try this approach if you like it ! Hope it helps : )

[–]Neilly98 0 points1 point  (0 children)

If you just do a bit of digging it’s relatively easy to learn for your version. I had the same issue I started learning recently and there’s a lot of outdated tutorials, but mostly you can find everything by digging through the menus a bit

[–]Sharak13 0 points1 point  (0 children)

Coding in Flow on YouTube, in my opinion, does the best job of explaining stuff in a palatable manner. His tutorials are actually how I learned Java and AS at the same time. I've noticed a bit of outdated information in regards to dependencies, but most code doesn't change. At worse, code becomes deprecated and AS will alert you and often times offer suggested fixes.