# AndroidRecyclerViewDemo **Repository Path**: uyghurjava/AndroidRecyclerViewDemo ## Basic Information - **Project Name**: AndroidRecyclerViewDemo - **Description**: No description available - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-06-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AndroidRecyclerViewDemo Android RecyclerView Demo Blogs ============ Android RecyclerView part 1 blog -->[RecyclerView使用详解(一)](http://frank-zhu.github.io/android/2015/01/16/android-recyclerview-part-1/) Android RecyclerView part 2 blog -->[RecyclerView使用详解(二)](http://frank-zhu.github.io/android/2015/02/25/android-recyclerview-part-2/) Android RecyclerView part 3 blog -->[RecyclerView使用详解(三)](http://frank-zhu.github.io/android/2015/02/26/android-recyclerview-part-3/) Update ============ ---20150615--- * MultipleSelectFragment - RecyclerView Multiple Select and ActionMode; * SingleSelectFragment - RecyclerView Single Select; Here you can find: ============ * NormalFragment - RecyclerView Basic Usage; * MultipleFragment - RecyclerView Multiple Item; * MultipleHeaderBottomFragment - RecyclerView HeaderView and BottomView; * AnimFragment - RecyclerView itmes animtion; * FullyExpandedFragment - RecyclerView Nesting ScrollView; * ItemsFragment - RecyclerView LoaderManager and ContentProvider; Arts ============ 多选样式 ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/m_1.gif) 单选样式 ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/s_1.gif) LinearLayoutManager样式 ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/normal_2.png) GridLayoutManager样式 ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/normal_1.png) MultipleItem样式 ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/multiple_item_1.png) ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/multiple_item_2.png) Item默认动画效果 ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/anim_1.gif) 嵌套ScrollView效果 ![](https://raw.githubusercontent.com/Frank-Zhu/AndroidRecyclerViewDemo/master/art/fully_expanded_1.gif) About me ============ [Click Me](http://frank-zhu.github.io/about/) License ============ Copyright 2014 Frank Zhu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.