Android代码 ArrayAdapter
ArrayAdapter for RecyclerView RecyclerView doesn't ship a ready to go RecyclerView.Adapter implementation as ListView did with the ArrayAdapter. This library is this missing ArrayAdapter. Easy to use Familiar API known from ArrayAdapter for ListView Notifies the RecyclerView correctly about changes (notifyItem*()) for smooth animations Use swap(List newItems) to swap data. DiffUtils takes care of notifyItem*() calls Download dependencies { compile 'com.pascalwelsch.arrayadapter:arrayadapt
用户评论