├── Android ├── Architectural.md ├── RecyclerView.md ├── 内存泄露.md ├── 多进程.md └── 小知识汇.md ├── App研发录 └── 第1章 重构,夜未眠.md ├── EffectiveJava ├── README.md ├── 第2章 创建和销毁对象.md ├── 第3章 对于所有对象都通用的方法.md └── 第4章 类和接口.md ├── Git └── GitFlow.md ├── Java └── HashMap.md └── README.md /Android/Architectural.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mvp: 6 | 7 | http://www.tinmegali.com/en/ -------------------------------------------------------------------------------- /Android/RecyclerView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/Android/RecyclerView.md -------------------------------------------------------------------------------- /Android/内存泄露.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/Android/内存泄露.md -------------------------------------------------------------------------------- /Android/多进程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/Android/多进程.md -------------------------------------------------------------------------------- /Android/小知识汇.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # 小知识汇 4 | 5 | 记录零散的知识点 6 | 7 | 8 | 9 | 10 | [Android键盘面板冲突 布局闪动处理方案-微信](https://github.com/Jacksgong/JKeyboardPanelSwitch) 11 | -------------------------------------------------------------------------------- /App研发录/第1章 重构,夜未眠.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EffectiveJava/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/EffectiveJava/README.md -------------------------------------------------------------------------------- /EffectiveJava/第2章 创建和销毁对象.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/EffectiveJava/第2章 创建和销毁对象.md -------------------------------------------------------------------------------- /EffectiveJava/第3章 对于所有对象都通用的方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/EffectiveJava/第3章 对于所有对象都通用的方法.md -------------------------------------------------------------------------------- /EffectiveJava/第4章 类和接口.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/EffectiveJava/第4章 类和接口.md -------------------------------------------------------------------------------- /Git/GitFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/Git/GitFlow.md -------------------------------------------------------------------------------- /Java/HashMap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/Java/HashMap.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlanCheen/StudyNotes/HEAD/README.md --------------------------------------------------------------------------------