# DiffUtil **Repository Path**: rubintry/DiffUtil ## Basic Information - **Project Name**: DiffUtil - **Description**: Google Android Support包DiffUtil demo. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-06 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #DiffUtil 本工程最初仅为DiffUtil的一个Demo,后发展为讲解Google Android Support包内那些常用or冷门有用的工具类的合集。 ### DiffUtil: DiffUtils是Google官方在support-v7-24.2.0新出的一个工具类,本工程为一个讲解它使用的Demo 入口: MainActivity.java --- ### SortedList: 关键点: **搭配RecyclerView使用,去重,有序,自动定向刷新** 入口: SortedListActivity.java