GithubHelp home page GithubHelp logo

928902646 / brv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liangjingkanji/brv

0.0 0.0 0.0 17.54 MB

[文档详细] Android上最好的RecyclerView框架, 比 BRVAH 更简单强大

Home Page: http://liangjingkanji.github.io/BRV/

License: MIT License

Java 35.33% Kotlin 64.67%

brv's Introduction

中文 | English

1600

可能是最强大的RecyclerView框架

使用文档 | 无法访问? | 贡献代码 | 下载体验


本框架在不影响RecyclerView的任何函数组件使用基础上开发. 本项目承诺会永远保持社区维护

欢迎将本项目文档/注释进行国际化翻译, 感谢您的支持!
Welcome to international translation of this project's documents/notes, thank you for your support!


欢迎贡献代码/问题


  • 开发效率No.1
  • 永远保持社区维护
  • 低代码/高扩展性
  • 优秀的源码/注释/文档/示例

功能

  • 快速创建多类型列表
  • 一对一/一对多创建多类型
  • 添加头布局和脚布局
  • 点击(防抖动)/长按事件
  • 分组(展开折叠/递归层次/展开置顶/拖拽/侧滑/多类型/单一展开模式)
  • 悬停/粘性头部
  • 快速创建分割线/间隔
  • 切换模式(例如切换编辑模式)
  • 选择模式(多选/单选/全选/取消全选/反选)
  • 拖拽排序
  • 侧滑删除
  • 下拉刷新(Refresh) | 上拉加载(LoadMore) | 下拉加载(UpFetch), 由SmartRefreshLayout实现
  • 预加载(Preload)
  • 对比数据更新(Diffs)
  • 自动分页加载数据
  • 列表动画/骨骼图动画
  • 列表缺省页, 由StateLayout实现
  • 支持DataBinding
  • 支持ViewBinding
  • 可添加FlexboxLayoutManager实现伸缩列表自动换行
  • 可添加Net(强大的协程网络请求)实现自动化网络请求

安装

添加远程仓库根据创建项目的 Android Studio 版本有所不同

Android Studio Arctic Fox以下创建的项目 在项目根目录的 build.gradle 添加仓库

allprojects {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

Android Studio Arctic Fox以上创建的项目 在项目根目录的 settings.gradle 添加仓库

dependencyResolutionManagement {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

然后在 module 的 build.gradle 添加依赖框架

dependencies {
    //...
    implementation 'com.github.liangjingkanji:BRV:1.4.3'
}

项目根目录中 gradle.properties 添加

android.enableJetifier=true
android.useAndroidX=true

License

MIT License

Copyright (c) 2023 劉強東

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

brv's People

Contributors

bobskycn avatar chawloo avatar dingxiansen1 avatar dlisagod avatar hubrains avatar liangjingkanji avatar liyuxx avatar lukelmouse-github avatar lvshqc avatar lxzbug avatar lzkdreamer avatar mcxinyu avatar roc-egg avatar shenbengit avatar the6nnoo avatar txca avatar uni-cstar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.