You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
android-notes/README.md

71 lines
3.4 KiB

---
Android Notes
---
#### Android
##### 组件相关
1. [WebView](https://github.com/Omooo/Android-Notes/blob/master/blogs/WebView.md)
2. [RecyclerView](https://github.com/Omooo/Android-Notes/blob/master/blogs/RecyclerView.md)
3. [ViewPager](https://github.com/Omooo/Android-Notes/blob/master/blogs/Android/ViewPager.md)
##### 其他
1. Android 数据持久化
- [SharedPreferences](https://github.com/Omooo/Android-Notes/blob/master/blogs/SharedPreferences.md)
- [SQLite](https://github.com/Omooo/Android-Notes/blob/master/blogs/SQLite.md)
2. [自动化埋点](https://github.com/Omooo/Android-Notes/blob/master/blogs/%E5%9F%8B%E7%82%B9.md)
3. [动画](https://github.com/Omooo/Android-Notes/blob/master/blogs/Animator.md)
4. [Context](https://github.com/Omooo/Android-Notes/blob/master/blogs/Context.md)
5. [Dalvik 与 ART](https://github.com/Omooo/Android-Notes/blob/master/blogs/Dalvik%20:%20ART.md)
6. [APT](https://github.com/Omooo/Android-Notes/blob/master/blogs/Android/APT.md)
7. [Bundle、ArrayMap、SparseArray](https://github.com/Omooo/Android-Notes/blob/master/blogs/Android/Bundle.md)
8. [Hook 原来也就这么回事](https://github.com/Omooo/Android-Notes/blob/master/blogs/Android/Hook.md)
9. [Serializable 与 Parceable](https://github.com/Omooo/Android-Notes/blob/master/blogs/Android/Serializable%20%E4%B8%8E%20Parceable.md)
10. [轻松入门 Socket 编程](https://github.com/Omooo/Android-Notes/blob/master/blogs/Android/Socket%20%E7%BC%96%E7%A8%8B.md)
11. [热修复](https://github.com/Omooo/Android-Notes/blob/master/blogs/Android/%E7%83%AD%E4%BF%AE%E5%A4%8D.md)
#### 性能优化
[I/O 优化]()
#### Java
[final 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/final.md)
[String 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/String.md)
[反射 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/%E5%8F%8D%E5%B0%84.md)
[泛型 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/%E6%B3%9B%E5%9E%8B.md)
[注解 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/%E6%B3%A8%E8%A7%A3.md)
[异常 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/Java/%E5%BC%82%E5%B8%B8.md)
#### JVM
[方法内联](https://github.com/Omooo/Android-Notes/blob/master/blogs/JVM/%E6%96%B9%E6%B3%95%E5%86%85%E8%81%94.md)
[一篇文章搞懂 锁](https://github.com/Omooo/Android-Notes/blob/master/blogs/Java/%E9%94%81.md)
[UncaughtExceptionHandler](https://github.com/Omooo/Android-Notes/blob/master/blogs/Java/UncaughtExceptionHandler.md)
#### 设计模式
[单例模式]()
[工厂模式](https://github.com/Omooo/Android-Notes/blob/master/blogs/DesignMode/%E5%B7%A5%E5%8E%82%E6%A8%A1%E5%BC%8F.md)
[代理模式](https://github.com/Omooo/Android-Notes/blob/master/blogs/DesignMode/%E4%BB%A3%E7%90%86%E6%A8%A1%E5%BC%8F.md)
[观察者模式](https://github.com/Omooo/Android-Notes/blob/master/blogs/DesignMode/%E8%A7%82%E5%AF%9F%E8%80%85%E6%A8%A1%E5%BC%8F.md)
[Builder 建造者模式](https://github.com/Omooo/Android-Notes/blob/master/blogs/DesignMode/Builder%20%E5%BB%BA%E9%80%A0%E8%80%85%E6%A8%A1%E5%BC%8F.md)
#### 数据结构和算法
[异或,原来这么有用](https://github.com/Omooo/Android-Notes/blob/master/blogs/Algorithm/%E5%BC%82%E6%88%96%E5%BA%94%E7%94%A8.md)
[一篇文章搞定 HashMap](https://github.com/Omooo/Android-Notes/blob/master/blogs/Algorithm/HashMap.md)