Giter VIP home page Giter VIP logo

zlayer's Introduction

ZLayer Android企业级应用开发框架(直播代码版)

项目分层

核心基础服务层,业务抽象层,业务层
(当业务需求较大的时候,可以将三层水平架构进行纵向切分,使用组件化架构)

说明

Android的基础服务层,旨在将精力花在应用逻辑和交互上的开发,
缩短开发周期。

服务说明

MVP架构:实现mvp架构的基类

网络请求

  • 封装retrofit实现,抽离出网络请求层
  • 设置统一header
  • 支持https
  • 控制缓存
  • 开关log
  • 设置超时
  • 在服务层处理服务端状态码
  • 实现接口联调
  • 支持基本数据类型,ConcurrentHashMap,RequestBody传递参数
  • 文件上传,下载,进度条监听

图片加载

支持切换各种流行图片加载库,默认装载glide

常用工具类

日志,toast,时间,设备,加密,json to pjop,bitmap,数学,包,字符串,view,文件,动画

View层

  • 扩展的RecyclerView,大量节省代码,快速实现列表类视图
  • 圆形图片工具

zlayer's People

Contributors

mark75 avatar tmac010sjh avatar z-android avatar

Watchers

James Cloos avatar Claudio Wig 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.