Add android developer roadmap

pull/1657/head
Kamran Ahmed 4 years ago
parent 137d366ac9
commit 0f9b0a86f2
  1. 3
      components/roadmap-summary/index.js
  2. 1
      components/site-nav/index.js
  3. 51
      content/roadmaps.json
  4. 73
      content/roadmaps/4-android/landscape.md
  5. 35
      content/roadmaps/4-android/meta.json
  6. 0
      content/roadmaps/4-android/resources.md
  7. 0
      content/roadmaps/5-fullstack/landscape.md
  8. 0
      content/roadmaps/5-fullstack/meta.json
  9. 0
      content/roadmaps/5-fullstack/resources.md
  10. 0
      content/roadmaps/6-qa/landscape.md
  11. 0
      content/roadmaps/6-qa/meta.json
  12. 7
      content/roadmaps/6-qa/resources.md
  13. 4
      layouts/default/global.scss
  14. 12
      pages/roadmaps.js
  15. BIN
      public/roadmaps/android/build-an-application.png
  16. BIN
      public/roadmaps/android/git-github.png
  17. BIN
      public/roadmaps/android/pick-language.png
  18. BIN
      public/roadmaps/android/the-fundamentals.png
  19. 16
      public/sitemap.xml

@ -1,4 +1,5 @@
import { Summary, SummaryContainer, UpcomingContainer } from './style'; import { Summary, SummaryContainer, UpcomingContainer } from './style';
import classNames from 'classnames';
import GuideBody from 'components/guide-body'; import GuideBody from 'components/guide-body';
import RoadmapHeader from 'components/roadmap-header'; import RoadmapHeader from 'components/roadmap-header';
import SharePage from 'components/share-page'; import SharePage from 'components/share-page';
@ -22,7 +23,7 @@ const RoadmapSummary = ({ roadmap }) => {
return ( return (
<SummaryContainer> <SummaryContainer>
<RoadmapHeader roadmap={ roadmap } /> <RoadmapHeader roadmap={ roadmap } />
<Summary className="container"> <Summary className={classNames("container", { "container-small": roadmap.isTextHeavy })}>
<MdRenderer> <MdRenderer>
<RoadmapContent /> <RoadmapContent />
</MdRenderer> </MdRenderer>

@ -11,7 +11,6 @@ const SiteNav = () => (
<div className='nav-links'> <div className='nav-links'>
<a href='/roadmaps'>Roadmaps</a> <a href='/roadmaps'>Roadmaps</a>
<a href='/guides'>Guides</a> <a href='/guides'>Guides</a>
<a href='/sponsors' className='d-none d-md-inline-block'>Sponsors</a>
<a href='/about' className='d-none d-md-inline-block'>FAQ</a> <a href='/about' className='d-none d-md-inline-block'>FAQ</a>
<a href='/signup' className='d-none d-md-inline-block'>Subscribe</a> <a href='/signup' className='d-none d-md-inline-block'>Subscribe</a>
</div> </div>

@ -133,6 +133,45 @@
"url": "/devops", "url": "/devops",
"sidebar": {} "sidebar": {}
}, },
{
"seo": {
"title": "Android Developer Roadmap: Learn to become an Android developer",
"description": "Community driven, articles, resources, guides, interview questions, quizzes for android development. Learn to become a modern Android developer by following the steps, skills, resources and guides listed in this roadmap.",
"keywords": [
"guide to becoming an android developer",
"android developer roadmap",
"android roadmap",
"become android developer",
"android developer skills",
"android skills test",
"skills for android development",
"learn android development",
"what is android",
"android quiz",
"android interview questions"
]
},
"title": "Android Developer",
"description": "Step by step guide to becoming an Android developer",
"featuredDescription": "Step by step guide to becoming a modern Android Developer in 2020",
"isTextHeavy": true,
"featured": true,
"path": "/roadmaps/4-android/landscape.md",
"resources": "/roadmaps/4-android/resources.md",
"versions": [
"latest",
"2018",
"2017"
],
"author": {
"name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse"
},
"contributorsCount": 0,
"contributorsUrl": "/android/contributors",
"url": "/android",
"sidebar": {}
},
{ {
"seo": { "seo": {
"title": "Fullstack Roadmap: Learn to become a fullstack developer", "title": "Fullstack Roadmap: Learn to become a fullstack developer",
@ -164,14 +203,14 @@
"title": "Full Stack Developer", "title": "Full Stack Developer",
"description": "Step by step guide to becoming a modern fullstack developer in 2020", "description": "Step by step guide to becoming a modern fullstack developer in 2020",
"featuredDescription": "Step by step guide to becoming a modern fullstack developer in 2020", "featuredDescription": "Step by step guide to becoming a modern fullstack developer in 2020",
"path": "/roadmaps/4-fullstack/landscape.md", "path": "/roadmaps/5-fullstack/landscape.md",
"resources": "/roadmaps/4-fullstack/resources.md", "resources": "/roadmaps/5-fullstack/resources.md",
"upcoming": true, "upcoming": true,
"author": { "author": {
"name": "Kamran Ahmed", "name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse" "url": "https://twitter.com/kamranahmedse"
}, },
"contributorsCount": 1, "contributorsCount": 0,
"contributorsUrl": "/fullstack/contributors", "contributorsUrl": "/fullstack/contributors",
"url": "/fullstack", "url": "/fullstack",
"sidebar": {} "sidebar": {}
@ -199,13 +238,13 @@
"description": "Steps to follow in order to become a modern QA Engineer in 2020", "description": "Steps to follow in order to become a modern QA Engineer in 2020",
"featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2020", "featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2020",
"upcoming": true, "upcoming": true,
"path": "/roadmaps/5-qa/landscape.md", "path": "/roadmaps/6-qa/landscape.md",
"resources": "/roadmaps/5-qa/resources.md", "resources": "/roadmaps/6-qa/resources.md",
"author": { "author": {
"name": "Anas Fitiani", "name": "Anas Fitiani",
"url": "https://github.com/anas-qa" "url": "https://github.com/anas-qa"
}, },
"contributorsCount": 1, "contributorsCount": 0,
"contributorsUrl": "/qa/contributors", "contributorsUrl": "/qa/contributors",
"url": "/qa", "url": "/qa",
"sidebar": {} "sidebar": {}

@ -0,0 +1,73 @@
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](https://github.com/kamranahmedse/roadmap.sh/issues/new) 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](https://flutter.dev/), [react-native](https://reactnative.dev/), or [NativeScript](https://www.nativescript.org/) 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](https://reactnative.dev) and I would recommend you to checkout the [Frontend Developer Roadmap](/frontend).
## Pick a Language
For the languages, you can develop android apps either by using Kotlin or Java.
[![](/roadmaps/android/pick-language.png)](/roadmaps/android/pick-language.png)
Although, you can use both [Kotlin](https://en.wikipedia.org/wiki/Kotlin_(programming_language)) and [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) to develop native android apps, [Google announced in 2019](https://android-developers.googleblog.com/2019/05/google-io-2019-empowering-developers-to-build-experiences-on-Android-Play.html) 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](https://developer.android.com/studio) and learn the basics of Kotlin to get started.
[![](/roadmaps/android/the-fundamentals.png)](/roadmaps/android/the-fundamentals.png)
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.
* [Learn the basics of Kotlin](https://blog.teamtreehouse.com/absolute-beginners-guide-kotlin)
* [Kotlin Docs](https://kotlinlang.org/docs/reference/basic-syntax.html) and [Official Kotlin Tutorials](https://kotlinlang.org/docs/tutorials/)
* [Data Structures and Algorithms](https://www.studytonight.com/data-structures/introduction-to-data-structures). Also [check this](https://www.tutorialspoint.com/data_structures_algorithms/index.htm).
* [Kotlin DataStructures](https://kotlinlang.org/docs/reference/collections-overview.html)
* [Algorithms and DataStructures in Kotlin](https://github.com/bmaslakov/kotlin-algorithm-club)
## Version Control Systems
Version control systems record your changes to the codebase and allow you to recall specific versions later. There are multiple Version Control Systems available but [Git](https://git-scm.com/) is the most common one these days.
[![](/roadmaps/android/git-github.png)](/roadmaps/android/git-github.png)
Here are some of the resources to get you started. Feel free to google and find something else that you find easier.
* [Udacity — Version Control with Git](https://www.udacity.com/course/version-control-with-git--ud123)
* [GitHub Hello World](https://guides.github.com/activities/hello-world/)
## 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.
[![](/roadmaps/android/build-an-application.png)](/roadmaps/android/build-an-application.png)
To learn more about the items listed in the image above, here are the links to the relevant docs
* [Using Activities and Activity Life Cycles](https://developer.android.com/guide/components/activities/intro-activities)
* Building Flexible Interfaces using [Fragments](https://developer.android.com/guide/components/fragments)
* [Debugging using Android Studio Debugger](https://developer.android.com/studio/debug)
* [Handling App Configurations](https://developer.android.com/work/managed-configurations)
* [Using Intents and Intent Filters](https://developer.android.com/guide/components/intents-filters)
* [Understand Context](https://guides.codepath.com/android/Using-Context)
* [Learn about Multithreading](https://developer.android.com/training/multiple-threads)
* [Data Privacy](https://www.raywenderlich.com/6901838-data-privacy-for-android)
* [Securing Network Data](https://www.raywenderlich.com/5634-securing-network-data-tutorial-for-android)
* [Dependency Injection](https://developer.android.com/training/dependency-injection)
* [Content Providers](https://developer.android.com/guide/topics/providers/content-providers)
* [Glide](https://github.com/bumptech/glide), [Retrofit](https://square.github.io/retrofit/), [Crashlytics](https://firebase.google.com/docs/crashlytics/get-started), [GSON](https://github.com/google/gson)
* [Room](https://developer.android.com/topic/libraries/architecture/room), [Navigation](https://developer.android.com/guide/navigation/navigation-getting-started), [Work Manager](https://developer.android.com/topic/libraries/architecture/workmanager), [LiveData](https://developer.android.com/topic/libraries/architecture/livedata), [Data Binding](https://developer.android.com/topic/libraries/data-binding)
* [RxJava](https://github.com/ReactiveX/RxJava), [RxKotlin](https://github.com/ReactiveX/RxKotlin)
* [Memory Management Overview](https://developer.android.com/topic/performance/memory-overview)
* [Diving deeper into context-oriented programming in Kotlin](https://proandroiddev.com/diving-deeper-into-context-oriented-programming-in-kotlin-3ecb4ec38814)
I would highly recommend watching [this free course](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012) from google on Developing Android Apps with Kotlin. Also, here are some of the resources to learn more about the topics listed above.
* [Developing Android Apps with Kotlin](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012)
* [Android Developer Guides](https://developer.android.com/guide)
* [Raywenderlich](https://www.raywenderlich.com)
## 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](https://github.com/kamranahmedse/roadmap.sh) or reach out to me on twitter [@kamranahmedse](https://twitter.com/kamranahmedse).
<!-- @fixme add padding to the container -->
<br /><br /><br />

@ -0,0 +1,35 @@
{
"seo": {
"title": "Android Developer Roadmap: Learn to become an Android developer",
"description": "Community driven, articles, resources, guides, interview questions, quizzes for android development. Learn to become a modern Android developer by following the steps, skills, resources and guides listed in this roadmap.",
"keywords": [
"guide to becoming an android developer",
"android developer roadmap",
"android roadmap",
"become android developer",
"android developer skills",
"android skills test",
"skills for android development",
"learn android development",
"what is android",
"android quiz",
"android interview questions"
]
},
"title": "Android Developer",
"description": "Step by step guide to becoming an Android developer",
"featuredDescription": "Step by step guide to becoming a modern Android Developer in 2020",
"isTextHeavy": true,
"featured": true,
"path": "./landscape.md",
"resources": "./resources.md",
"versions": [
"latest",
"2018",
"2017"
],
"author": {
"name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse"
}
}

@ -0,0 +1,7 @@
> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup).
While we prepare the list, follow this simple advice to learn anything
> Just **pick a project and start working on it**, you will learn all that you need along the way.
**&rarr;** &nbsp; [All Roadmaps](/roadmaps) &nbsp;&bull;&nbsp; [Programming guides](/guides) &nbsp;&bull;&nbsp; [Subscribe](/signup)

@ -7,7 +7,7 @@
} }
.container-small { .container-small {
max-width: 800px; max-width: 800px !important;
} }
ul li, ol li { ul li, ol li {
@ -73,4 +73,4 @@ code:not([class]) {
.body-wrap.sponsor-banner-visible { .body-wrap.sponsor-banner-visible {
margin-top: 44px; margin-top: 44px;
} }

@ -53,12 +53,12 @@ const RoadmapsList = () => (
/> />
)) } )) }
<IconRowBlock {/*<IconRowBlock*/}
url={ siteConfig.url.addRoadmap } {/* url={ siteConfig.url.addRoadmap }*/}
icon={ faPlus } {/* icon={ faPlus }*/}
openExternal={true} {/* openExternal={true}*/}
text="Submit a Roadmap" {/* text="Submit a Roadmap"*/}
/> {/*/>*/}
</div> </div>
</div> </div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

@ -18,6 +18,12 @@
<lastmod>2020-01-29T07:49:29.706Z</lastmod> <lastmod>2020-01-29T07:49:29.706Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url>
<loc>https://roadmap.sh/android</loc>
<changefreq>monthly</changefreq>
<lastmod>2020-05-26T00:11:12.565Z</lastmod>
<priority>1.0</priority>
</url>
<url> <url>
<loc>https://roadmap.sh/fullstack</loc> <loc>https://roadmap.sh/fullstack</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
@ -30,6 +36,12 @@
<lastmod>2020-01-29T07:49:29.706Z</lastmod> <lastmod>2020-01-29T07:49:29.706Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url>
<loc>https://roadmap.sh/guides/session-authentication</loc>
<changefreq>monthly</changefreq>
<lastmod>2020-05-19T20:59:14.191Z</lastmod>
<priority>1.0</priority>
</url>
<url> <url>
<loc>https://roadmap.sh/guides/basic-authentication</loc> <loc>https://roadmap.sh/guides/basic-authentication</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
@ -153,13 +165,13 @@
<url> <url>
<loc>https://roadmap.sh/</loc> <loc>https://roadmap.sh/</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2020-01-02T05:41:16.178Z</lastmod> <lastmod>2020-05-25T18:33:29.749Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>
<loc>https://roadmap.sh/roadmaps</loc> <loc>https://roadmap.sh/roadmaps</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2020-02-23T07:24:00.532Z</lastmod> <lastmod>2020-05-25T19:25:25.060Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>

Loading…
Cancel
Save