Diving into Android Learning: 5 Tips for Newbies to Get the Know-How!

Ewelina Skowron
5 min readNov 4, 2023

--

Programming has totally taken the spotlight these days, with loads of folks eager to jump into the coder life. As the result, there’s a ton of outdated stuff floating around, and honestly, that’s no surprise. Especially when it comes to Android development, things have done a 180-degree spin in the past few years. It’s easy for newcomers to feel a bit lost in this maze. I’ve cooked up a simple guide to help you navigate without getting all tangled up. Let’s dive in!

Go Straight to the Source Whenever You Can

When you’re in the Android World, Google is like your ultimate buddy (and nope, I’m not talking about the search engine here). Since they’re the ones who cooked up Android, they’re the go-to for all things official in the Android development scene. You can count on their recommendations to be on point and up-to-date. Curious what’s in their treasure trove? Check out the goodies below!

Android documentation

Android documentation will become your best friend, so it’s better to learn how to use them properly. Lots of useful information is there, like SDK changes. They are always up to date and verified. You can access the Android documentation here.

For beginners, the useful section is this one: Get Started with Android. You will find the Hello World app and a Basic Course that introduces you to the Android world.”

Codelabs

Google introduces many codelabs, where you can learn and gain a better understanding of specific topics, such as Activities and Intents, Room, WorkManager, etc. In most of them you build simple app. They are frequently updated, so you can be confident in learning best practices. You can find the full list here.

Google Samples on Github

Checking others’ code is always a good way to learn. You can look up how to solve particular problems, gain inspiration, or learn about new tools. Another idea is to clone the repository and try to adapt solutions to your needs. This way, you save time on creating samples and can test your solutions. Check out this GitHub account: GitHub Android Repository.”

Google I/O

Google I/O is an annual developer conference hosted by Google in California, where they showcase most of their new tools. It’s the best way to stay updated on what’s already available, what’s coming in the next few years, and what might not make the cut. It’s a valuable resource for verifying solutions.All talks are always available on YouTube, but it’s also a great idea to attend the event live. You can find all the sessions from the 2023 edition here.

Kotlin Documentations

Kotlin is currently the primary language for Android development. Therefore, you should have a good understanding of Kotlin fundamentals if you want to learn Android. Don’t be afraid of the documentation. Kotlin docs are really helpful. They provide plenty of examples, and you can even test the code directly on the website. For more information, you can visit the Kotlin documentation

Sources You Can Trust

When you’re diving into programming, it’s all about throwing out questions and digging up answers. And let’s be real, not all those official sources out there are exactly bedtime stories — they can be a bit hard to get into. Plus, they might miss the mark on some stuff you’re wondering about.

That’s where learning from the folks who’ve been around the coding block can make a difference. It’s like getting a shortcut in the learning game. And you know what? We all have that one person whose way of explaining things just clicks with us. It’s like finding a favorite teacher, but for coding.

But keep your radar on because the whole tech scene is shifting like crazy. So, when you’re checking out resources, give that publish date a peek, suss out the person’s experience, and make sure to do some compare and contrast with other solutions. Oh, and don’t hold back — throw those questions out there. Learning’s a two-way street, after all!

Keep an Eye on AI Assistants

In this world where AI is doing its thing, just remember to tread a bit carefully when you’re using it. It can be a real help while you’re learning, but there’s a catch: it might slip in some mistakes and not-so-great stuff too.

You know how it is — sometimes the solutions it spits out might look awesome at first glance, but when you dig in, they’re not as awesome as they seem. And here’s the deal: most AIs, like our friend ChatGPT, have all their knowledge locked in from a specific time. That means what they tell you could change, especially when it comes to security.

So, here’s the deal: always double-check those solutions and don’t be afraid to take some criticism. Compare what you get from AI with what other sources say, just to make sure you’re not picking up any bad habits. Keep your wits about you!

If you ever feel lost or have questions, don’t hesitate to reach out. You may always contact me at contact@wewe.dev to set up a mentoring session.

If you find my insights helpful, consider supporting me by buying me a coffee! ☕️

👉 Buy Me a Coffee

--

--

Ewelina Skowron

Writing about Android development, mental well-being, product thinking, and the human side of technology.