• Stars
    star
    216
  • Rank 182,282 (Top 4 %)
  • Language
  • Created about 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

整理下一些基础知识

整理下android的一些基础知识

1. Android

1.Activity

2.Service

3.BroadcastReceiver

4.ContentProvider

5.Handler

6.View绘制

7.View事件分发

8.RecycleView

9.Viewpager&Fragment

10.WebView

11.动画

12.Bitmap

13.mvc&mvp&mvvm

14.Binder

15.内存泄漏&内存溢出

16.性能优化

17.Window&WindowManager

18.WMS

19.AMS

20.系统启动

21.App启动&打包&安装

22.序列化

23.Art & Dalvik 及其区别

24.模块化&组件化

25.热修复&插件化

26.AOP

27.jectpack

28.开源框架

2.Java

1.HashMap

2.ArrayList

3.Jvm

4.多线程

5.注解

6.反射

7.泛型

8.设计模式