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.
30 lines
912 B
30 lines
912 B
---
|
|
Android Notes
|
|
---
|
|
|
|
#### 常用组件
|
|
|
|
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)
|
|
|
|
#### 常见知识点
|
|
|
|
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)
|
|
|
|
#### 性能优化
|
|
|
|
[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)
|
|
|
|
#### JVM
|
|
|
|
[方法内联]() |