- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/mcxiaoke/Android-Next
软件介绍
Android-Next 是 Android Next 公共组件库:Task, Cache, Views, Widgets, Http, Utils
项目介绍
这个库是我在日常开发过程中积累下来的一些可复用组件,大部分都在我的工作项目和个人项目中有使用。
Gradle集成
// core 核心库, 格式:jar和aar compile 'com.mcxiaoke.next:core:1.1.+' // v1.1.0 新增 // task 异步任务库,格式:jar和aar compile 'com.mcxiaoke.next:task:1.1.+' // http HTTP组件, 格式:jar和aar compile 'com.mcxiaoke.next:http:1.1.+' // ui UI组件, 格式:aar compile 'com.mcxiaoke.next:ui:1.1.+' // v1.0.9 新增 // recycler EndlessRecyclerView, 格式:aar compile 'com.mcxiaoke.next:recycler:1.1.+' // extra-abc 依赖support-v7 AppCompat 格式:aar compile 'com.mcxiaoke.next:extras-abc:1.1.+'
使用说明
使用前请阅读对应模块的文档和示例,如果有不清楚的地方,可以看源码,或者向我提问。
Cascading Style Sheets 2.0 Programmer's Reference
Eric A. Meyer / McGraw-Hill Osborne Media / 2001-03-20 / USD 19.99
The most authoritative quick reference available for CSS programmers. This handy resource gives you programming essentials at your fingertips, including all the new tags and features in CSS 2.0. You'l......一起来看看 《Cascading Style Sheets 2.0 Programmer's Reference》 这本书的介绍吧!
