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

18 lines
455 B

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)
6 years ago
6 years ago