Android开发Android开发Android技术知识

Yasha(夜叉) - 一个快速渲染RecyclerView的轻

2019-06-28  本文已影响55人  Season_zlc
image

Yasha (夜叉)

github地址

Read this in other languages: 中文, English

一个快速渲染RecyclerView的轻量级库.

物品介绍:

夜叉可以称得上有史以来最轻巧的武器。

增加16点的敏捷。

增加12点的攻击力。

增加20点的移动速度。

夜叉和散华是好朋友, 它们可以合成更高级的武器 -- 散夜对剑

image + image = image

Prepare

  1. 添加jitpack到build.gradle
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  1. 添加依赖
dependencies {
    // 替换 xyz 为具体的版本号, 例如 1.0.0
    implementation 'com.github.ssseasonnn:Yasha:xyz'
}

Start

夜叉是在散华的基础上打造而成, 夜叉核心的功能同样是散华中的DataSource,因此,你需要对散华进行一定的了解.

First Blood

Double Kill

默认情况下, 夜叉会为我们显示一个内置的加载状态, 如果你想更改它,也很方便,来看一下吧.

Triple Kill

END

image

github地址

License

Copyright 2019 Season.Zlc

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.
上一篇下一篇

猜你喜欢

热点阅读