
Android
Alan_Redsheep
这个作者很懒,什么都没留下…
展开
-
AsyncTask
AsyncTaskAllows you to run a task on a background thread,while publishing results to the UI thread.UI threadhas a message queue and a handler that allows you to send原创 2018-12-17 16:47:05 · 122 阅读 · 0 评论 -
RecyclerView
RecyclerViewA flexible view for providing a limited window into a large data set.Adapter将Data Source填充或绑定到视图由RecyclerView调用,以ViewHolder的形式创建新视图重写三个函数函数名作用TODOonCreateViewHolder在R...原创 2018-12-19 00:47:28 · 117 阅读 · 0 评论