Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzelzoghbi committed Feb 2, 2023
1 parent f10d217 commit b96800e
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,30 @@ Welcome to Android Developer Roadmap 2023.01, The main purpose of this roadmap i
This contains all topics to help you find what you are looking for quickly


### Disclaimer
### πŸ—’οΈ Disclaimer
This is from the Author's diligence, so i may be biased to what i like πŸ™ˆ

### Contribution
### ✨ Contribution
This repo is open to contributions if you found a blog, tutorial that looks useful or even if you are a blogger or instructor feel free to include your material directly by submitting a pull request.
If you have any questions, suggestions let's have it over [Issues](https://github.com/mzelzoghbi/android-developer-roadmap/issues)
<br/>
<br/>
<p align="center">
<i>Loved the roadmap? Please consider <a href="https://paypal.me/mzelzoghbi/5">donating</a> πŸ’Έ to help it improve!</i>
</p>

## Roadmap


<p align="center">
<a href="https://www.paypal.me/mzelzoghbi"><img src="https://img.shields.io/badge/support-PayPal-blue?logo=PayPal&style=flat-square&label=Donate" alt="sponsor android developer roadmap"/>
</a>
<a href="https://www.buymeacoffee.com/engzak" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="22" width="100" style="border-radius:1px" />
</p>

## πŸ—ΊοΈ Roadmap
<image src="ADR2023.png"/>

## How to use it
## ⁉ How to use it
Up to down, use color coding to know the topic's difficulty of the topic, green are easy/basic, yellow are intermediate and red are for advanced/hard topics. I recommend doing the projects #1 and #2 while learning, personally i feel practicing while learning makes more sense and give you more oppurtionity in understanding how really things work.
Below, you'll find categories for every topic and many helpful links

Expand Down Expand Up @@ -60,26 +73,26 @@ If you are new to software engineers, don't have enough experience. I'd recommen
* [Intent filters](#intent-filters)
* [Sensors](#sensors)
* [Permissions](#permissions)
- [🎨 UI](#---ui)
- [🎨 UI](#ui)
* [Design guidelines](#design-guidelines)
* [Activities](#activities)
* [Fragments](#fragments)
* [UI Components](#ui-components)
* [Compose](#compose)
* [Custom Views](#custom-views)
- [πŸ“‘ Networking](#---networking)
- [πŸ’Ύ Storage/Caching](#---storage-caching)
- [♾️ Threading](#---threading)
- [🧩 Architecture Patterns](#---architecture-patterns)
- [πŸ“Š Performance](#---performance)
- [πŸ” Security](#---security)
- [πŸ“‘ Networking](#networking)
- [πŸ’Ύ Storage/Caching](#storagecaching)
- [♾️ Threading](#threading)
- [🧩 Architecture Patterns](#architecture-patterns)
- [πŸ“Š Performance](#performance)
- [πŸ” Security](#security)
- [πŸ€– CI/CD](#ci-cd)
- [πŸš€ Release](#---release)
- [πŸš€ Release](#release)
+ [Libraries](#libraries)
+ [Tools](#tools)
+ [Products](#products)
- [πŸŽ™οΈ Podcasts](#podcasts)
- [πŸ“° Blogs & Newsletters](#---blogs---newsletters)
- [πŸ“° Blogs & Newsletters](#blogs--newsletters)
- [πŸ§‘β€πŸ’» Interviews](#interviews)
- [🧠 Problem solving](#problem-solving)

Expand Down

0 comments on commit b96800e

Please sign in to comment.