# RecycleView **Repository Path**: baijuncheng-open-source/recycle-view ## Basic Information - **Project Name**: RecycleView - **Description**: 这是一个功能丰富而灵活的数据列表操作组件 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-31 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## recyclerview This is a rich and flexible data list manipulation component ### Preview ![image](images/image.gif) ### Features - Display data in tabular form - Sequence of data - A list of switch - Add delete modify data - Data classification ### Install 1. Add the following code inside Gradle of Entry (just Demo) ``` implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) ``` 2. Compile the project and copy the HAR package generated in the Build directory of the recyclerview folder into the project lib folder 3. Direct import source code for use After downloading the source code, copy the Library module in the source code into your own project, at the same level as Entry. Use the Library as a module, with reference to the source demo, and associate it with your other modules. 4. remote maven repo integration 1.add mavenCentral dependency at repositories in your project build.gradle ``` allprojects { repositories { mavenCentral() } } ``` 2.add library dependency at your module build.gradle ```xml implementation 'com.gitee.baijuncheng-open-source:recycleview:1.0.1' ``` ### Getting started 1. clone the project https://gitee.com/baijuncheng-open-source/recycle-view 2. build the project just click run ### License    Copyright 2017 shineM. 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.