Coder Social home page Coder Social logo

miha-x64 / android-developer-roadmap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amitshekhariitbhu/android-developer-roadmap

50.0 5.0 2.0 434 KB

Android Developer Roadmap - A complete roadmap to learn Android App Development

Home Page: https://mindorks.com

License: Apache License 2.0

android-developer-roadmap's Introduction

Android Developer Roadmap

This fork: Less bullshit, more advanced and useful topics

Roadmap to learn Android App Development

  • Programming
    • Java
      • Syntax
      • Stdlib basics: collections, utilities
      • OOP concept, principles and patterns
      • Streams, FP concept
      • Multithreading
        • Thread and Runnable
        • Executor(s), ExecutorService, ThreadPoolExecutor
        • Future, CompletableFuture
    • Kotlin
      • Syntax, Generics, idioms
      • (Mutable)Collections, Sequences, inline functions, inline classes
      • Coroutines, Structured Concurrency
  • Android Studio / IntelliJ IDEA
    • Android Studio IDE Overview
    • Project Structure
      • Java/Kotlin
      • XML
      • .gradle files
  • Android Component
    • Activity
      • Activity Lifecycle
      • Tasks & Back Stack
      • nonConfigurationInstance, savedInstanceState
    • Service
      • IntentService
      • JobIntentService
    • Broadcast Receiver
    • Content Provider
  • Intents
    • Types of Intent
      • Implicit
      • Explicit
    • Intent Filter
  • Static User Interface
    • View
      • TextView, Button, EditText, ImageView, ImageButton, etc
    • ViewGroup
      • FrameLayout, LinearLayout, RelativeLayout, etc
  • Dynamic User Interface
    • ListView, RecyclerView
    • ViewPager
    • Spinner
  • User Interaction
    • ProgressBar
    • Dialogs
    • Toast & Snackbar
  • UI Resources
    • Colour formats
    • Drawables (color, shape, selector, vector, ripple, bitmap, 9-patch)
    • String, Text (Spannable, CharSequence)
  • Custom Views and Drawables
    • Canvas
    • Paint, TextPaint
    • Path
    • PorterDuff, Xfermode, ColorFilter
  • Fragments
    • Fragment Lifecycle
    • Fragment Manager
    • Child fragments
  • Storage
    • Raw files
    • Shared Preferences
    • SQLite database
  • Build
    • Gradle
    • Debug / Release Configuration
  • Threading
    • Handler and Looper, IdleHandler
    • HandlerThread
    • AsyncTask
    • IntentService
  • Debugging and profiling
    • Debugger
    • Memory: heap dumps, memory leaks, LeakCanary
    • Sampling and Tracing, CPU profiler, Systrace, Nanoscope
    • Logging
    • Exceptions
    • Error Handling
  • 3rd Party Libraries
    • Image Loading
      • Glide
      • Picasso
    • Networking
      • OkHttp
      • Retrofit
  • Data Format
    • JSON
      • streaming: android.util.JsonReader/Writer
      • AST: org.json
      • mapping/binding: GSON, Moshi, Jackson or whatever
    • Unpopular but interesting: CBOR, Protobuf, FlatBuffers, Cap'n'Proto, and more
  • Android Jetpack
    • Basic Components
      • AppCompat Activities and Fragments
      • Android KTX
      • Multidex
    • Behaviour Components
      • Download Manager
      • Media Playback
      • Notification
      • Permissions
      • Preference
      • Sharing
      • Slice
    • UI Component
      • Animation & Transition
      • Emoji
      • Palette
  • Architecture
    • MVWhatever
  • Unit Testing
    • Unit Testing
    • Robolectric
    • Instrumentation Testing
  • Firebase
    • FCM
    • Crashlytics
    • Analytics
    • Remote Config
    • App Indexing
    • Dynamic Link
  • Security
    • Keystore
    • SQLCipher
  • Shrinking and obfuscation
    • AAPT shrinkResources
    • minifyEnabled, Proguard, R8
  • App Release
    • .keystore file
    • App Bundle, Dynamic Feature
    • Playstore
  • Keep Learning and Improving

android-developer-roadmap's People

Contributors

amitshekhariitbhu avatar isfaaghyth avatar miha-x64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

toktogul isalig

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.