-
Notifications
You must be signed in to change notification settings - Fork 287
Home
wanglei edited this page Dec 5, 2016
·
8 revisions
- 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.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 混淆
- 1.1 UI规范