GithubHelp home page GithubHelp logo

soitun / rapidlib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikeejy/rapidlibs

0.0 1.0 0.0 4.05 MB

一套项目级别的综合框架实践,帮助提高开发效率,缩减开发时间,有问题欢迎提issue。

Java 100.00%

rapidlib's Introduction

RapidLib


Brife

一套项目级别的综合框架实践,帮助提高开发效率,缩减开发时间,有问题欢迎提issue。

Gradle

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
dependencies {
    compile 'com.github.MarnoDev:RapidLib:最新版本号'
    如:compile 'com.github.MarnoDev:RapidLib.v1.0.0'
}

Function

  • 【Basic-Xxxx】开头是通用基类,目前有BasicActivity和BasicFragment
  • 【Rapid-Xxxx】开头的是快速创建常见功能页面
  • 创建支持手势返回的Activity
  • 沉浸式状态栏(一句代码实现)
  • 万能适配器(ListView、GridView,RecyclerView)
  • Fragment懒加载,Activity可见时加载
  • 下拉刷新、上拉加载
  • 可添加多个Header和Footer
  • manager类是三方库二次封装,目前有GlideManager和MLog(Logger封装)两个类
  • 常用工具类(拆分为 EasyUtilCode 维护),但是默认已经集成在该库中
  • Retrofit请求与Activity、Fragment生命周期绑定,需要手动调用bindUntilEvent()方法

TODO List

  • 快速创建启动页和引导页
  • 优化刷新和加载页面的代码
  • 将retrofit二次封装
  • MVP架构

Guide

Thanks

About

rapidlib's People

Watchers

 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.