Giter Club home page Giter Club logo

androidstudy's Introduction

Android-Study

用于学习 Android 进阶知识,计划一周干掉一个,能手搓就手搓一遍 :)

目录

面试必问

面试常问

  • RecyclerView
    • 四级缓存
    • 测量与布局
    • LinearLayoutManager
  • OkHttp
  • Retrofit
  • Glide
    • 生命周期
    • 三级缓存
    • Bitmap 优化
  • 线程锁
    • synchronized
    • ReentrantLock
    • CAS
  • 线程池
    • CachedThreadPool
    • FixesThreadPool
    • ScheduledThreadPool
    • SingleThreadExecutor
  • JVM

集合方面

jetpack

  • LiveData
  • ViewModel
  • DataBinding

View 方面

  • onMeasure, onLayout
  • onDraw
  • 动画
    • 属性动画
    • 补间动画
    • 帧动画
  • 事件分发
  • CoordinatorLayout
  • ConstraintLayout
  • ViewRootImpl

其他框架

  • LeakCanary
  • ARouter
  • Coroutines
  • Rxjava
  • EventBus

注意事项

注释

由于注释都是同一种颜色,不好写笔记,所以我使用了 Better Highlights 插件用于给不同的注释显示不同的颜色。 23/5/15: Better Highlights 3.1 和 3.2 版本会导致 Flamingo|2022.2.1+ 无法打开设置,请去官网手动安装 2.10 版本

我的配置如下:

Comment
//#          FCAC00
///          FFD51D
注意          FF4302

并删掉官方自带的 *

在配置成功后你的注释应该是下面这种颜色(除了代码原有的字体颜色不一样外):

因为 cpp 文件未导入进行编译,所以需要开启此选项才能在 cpp 里面看到特殊注释

如何白嫖?

如果你想白嫖的话,请查看每个项目 java 包下的 Answer.kt,里面包含一些常见的面试题答案 (因为 README 不如直接写注释方便)

androidstudy's People

Contributors

985892345 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.