Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Frank-Zhu/AndroidRecyclerViewDemo
Android RecyclerView Demo
https://github.com/Frank-Zhu/AndroidRecyclerViewDemo
Last synced: 2 months ago
JSON representation
Android RecyclerView Demo
- Host: GitHub
- URL: https://github.com/Frank-Zhu/AndroidRecyclerViewDemo
- Owner: Frank-Zhu
- License: apache-2.0
- Created: 2015-01-15T10:48:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T08:01:17.000Z (about 8 years ago)
- Last Synced: 2024-08-02T01:16:51.836Z (6 months ago)
- Language: Java
- Size: 2.82 MB
- Stars: 734
- Watchers: 39
- Forks: 246
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - AndroidRecyclerViewDemo - 安卓RecyclerView 示例 (RecyclerView)
README
# AndroidRecyclerViewDemo
Android RecyclerView DemoBlogs
============
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 athttp://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.