Skip to content
wanglei edited this page Dec 5, 2016 · 8 revisions

XDroid

概述

特性

Get Started

1 使用说明

1.1 UI规范

1.1.1 XActivity

1.1.2 XFragment

1.1.3 UiDelegate

1.1.4 XRecyclerView

1.1.5 SimpleRecAdapter&SimpleListAdapter

1.2 缓存

1.2.1 SharedPreferences

1.2.2 MemoryCache

1.2.3 DiskCache

1.2.4 自定义缓存

1.3 事件订阅

1.3.1 EventBus的使用

1.3.2 自定义事件订阅

1.4 图片加载

1.4.1 Glide的使用

1.4.2 图片加载扩展

1.5 常用工具

1.5.1 加解密Codec

1.5.2 常用工具kits

1.5.3 单例基类SingletonCtx

1.5.4 简单回调SimpleCallback

1.6 日志

1.7 路由

1.8 Api请求

1.9 XDroid配置

1.10 混淆