
Android
Alan_Redsheep
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AsyncTask
AsyncTask Allows you to run a task on a background thread,while publishing results to the UI thread. UI thread has a message queue and a handler that allows you to send原创 2018-12-17 16:47:05 · 130 阅读 · 0 评论 -
RecyclerView
RecyclerView A flexible view for providing a limited window into a large data set. Adapter 将Data Source填充或绑定到视图 由RecyclerView调用,以ViewHolder的形式创建新视图 重写三个函数 函数名 作用 TODO onCreateViewHolder 在R...原创 2018-12-19 00:47:28 · 120 阅读 · 0 评论