Road Map of Computer Engineering Andriod
Road Map of Computer Engineering Andriod
Android Developer
Step by step guide to becoming an Android developer
The intent of this guide is to give you an idea about the Android development landscape and to help guide your learning if you are
confused. Before we start, please note that the roadmap is opinionated, and you might have different opinions than those of the
author. Having said that, we would love to hear your opinions and incorporate them in the roadmap if suitable.
There are multiple ways to develop applications for the android; you can go down the path of hybrid application development where
flutter, react-native, or NativeScript are the most common contenders. Flutter uses Dart, whereas React Native and Native Script
rely on JavaScript. Answering the question of hybrid vs native is out of the scope of this roadmap. This roadmap is focused on the
native Android apps development but if you are interested in learning any hybrid framework, my personal preference is react-native
and I would recommend you to checkout the Frontend Developer Roadmap.
Complete Roadmap
Here is the full version of the roadmap in a single image and after that we have the broken down version with the resources and
links to learn more about each of the boxes.
Broken Down Version
Below is the broken down version of the roadmap with links and resources to learn more about each of the items listed in the
complete roadmap above.
Pick a Language
For the languages, you can develop android apps either by using Kotlin or Java.
Although, you can use both Kotlin and Java to develop native android apps, Google announced in 2019 to make Kotlin the
preferred way of developing android applications. If you were to start learning android development today, Kotlin should be your
language of choice.
The Fundamentals
Install the Android Studio and learn the basics of Kotlin to get started.
We have also listed down some free resources which you can use for the items listed in the image above. If you have some better
ones, please do suggest. Also, you don't need to go through all of them, just go through them and pick what you like.
Building an Application
Here is the list of items that you are going to need when developing Android applications. Please note that, this is an exhaustive list,
and you don't need to know it all from the get-go. Get an idea of the items listed, and just start building some apps and keep the
items listed in the back of your mind and have a deep dive when using them.
To learn more about the items listed in the image above, here are the links to the relevant docs
I would highly recommend watching this free course from google on Developing Android Apps with Kotlin. Also, here are some of
the resources to learn more about the topics listed above.
Wrap Up
That wraps it up for the android developer roadmap. Again, remember to not be exhausted by the list; just learn the basics and start
working on some project, rest of the learnings will come along the way. Good luck!
For any suggestions, improvements and feedback, feel free to submit an issue or reach out to me on twitter @kamranahmedse.