Git Product home page Git Product logo

androidknowledgesystem's Introduction

Android知识架构体系

个人对Android开发用到的知识进行积累,温故知新,主要针对中高级工程师

语言篇

Java

  • 常用的类原理

    • ArrayList
    • HashMap
  • jvm虚拟机

    • 内存模型
    • 内存回收机制
  • 并发编程

    • 同步机制
      • violate和synchronize
      • wait和notify
    • 线程池
    • 源码分析concurrent包
      • ConcurrentHashMap
      • CopyOnWriteArrayList
      • BlockingQeque
    • ThreadLocal
  • 反射

Kotlin

Android热门技术

  • 代码插桩技术

  • 动态代理

  • 插件化

  • 热修复

  • 日志系统

  • OKHttp

  • Jetpack

    • LiveData原理
    • DataBinding原理
    • Navigation
    • Compose
  • 崩溃收集(包含Native)

  • Handler

  • 常用的控件原理

    • TextView
    • RecyclerView原理
    • Fragment
    • WebView
  • 打包

    • 打包流程
    • 加固
    • 构建速度
    • 包size优化
  • 图片优化技术

    • 图片内存计算
    • png、jpeg、webp、svg比较
    • gif原理
    • svga原理
    • 帧动画内存优化
  • 性能优化

  • 构建速度优化

Android Framework

开源项目解读

  • Glide
  • Small
  • Tinker
  • Arouter
  • Retrofit

算法和数据结构

  • 数组

  • 链表

  • 队列

  • 动态规划

  • 排序算法

  • LRUCache

知识广度

  • 计算机网络

    • TCP
      • TCP连接
      • TCP如何保证可靠性
    • UDP
      • UDP和TCP的区别的场景
      • UDP的原理
    • HTTP
    • HTTPS的原理
  • 操作系统

    • LRUCache
    • CPU调度算法
    • 死锁
  • Flutter

  • 脚本化工具

    • gradle
    • python
  • 设计模式

  • NDK

    • JNI
    • OpenGL
    • FFmpeg

androidknowledgesystem's People

Contributors

darkhorsepxf avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.