项目作者: Deepblue1996

项目描述 :
UniversalAdapter is a fast recyclerview adapter, which enables quick insertion of header layout and bottom layout.
高级语言: Java
项目地址: git://github.com/Deepblue1996/UniversalAdapter.git
创建时间: 2017-08-19T02:11:35Z
项目社区:https://github.com/Deepblue1996/UniversalAdapter

开源协议:

下载


UniversalAdapter

  1. UniversalAdapter is a fast recyclerview adapter,
  2. which enables quick insertion of header layout and bottom layout.

Image text

How to

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

gradle
maven
sbt
leiningen
Add it in your root build.gradle at the end of repositories:

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }

Step 2. Add the dependency

  1. dependencies {
  2. compile 'com.github.Deepblue1996:UniversalAdapter:1.1'
  3. }

LICENSE

  1. Copyright 2018 Deepblue
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.