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

42 lines
1.5 KiB

6 years ago
---
Android Notes
---
6 years ago
#### 常用组件
1. [WebView](https://github.com/Omooo/Android-Notes/blob/master/blogs/WebView.md)
6 years ago
2. [RecyclerView](https://github.com/Omooo/Android-Notes/blob/master/blogs/RecyclerView.md)
6 years ago
#### 常见知识点
1. Android 数据持久化
6 years ago
- [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)
6 years ago
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 years ago
6 years ago
#### 性能优化
[I/O 优化]()
6 years ago
#### Java
6 years ago
6 years ago
[final 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/final.md)
[String 你需要知道的一切](https://github.com/Omooo/Android-Notes/blob/master/blogs/String.md)
6 years ago
[反射 你需要知道的一切](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)
#### JVM
[方法内联](https://github.com/Omooo/Android-Notes/blob/master/blogs/JVM/%E6%96%B9%E6%B3%95%E5%86%85%E8%81%94.md)
#### 设计模式
[单例模式]()