weibinbin2015 / cube-sdk

A light package for Android development, it handles loading image and network request.

Home Page:http://cube-sdk.liaohuqiu.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

##中文说明

Cube is a light package for Android development.

Screen Shot

DEMO project has been moved to HERE.

All of the readme content and document are moved to Github Pages, please visit the Github Pages for more imformation:

http://cube-sdk.liaohuqiu.net

Import to your project

Cube-SDK has been pushed to Maven Central, both in aar and apklib format.

Using in pom.xml
<dependency>
    <groupId>in.srain.cube</groupId>
    <artifactId>cube-sdk</artifactId>
    <type>apklib</type>
    <version>1.0.43-SNAPSHOT</version>
</dependency>

or:

<dependency>
    <groupId>in.srain.cube</groupId>
    <artifactId>cube-sdk</artifactId>
    <type>aar</type>
    <version>1.0.43-SNAPSHOT</version>
</dependency>
Gradle / Android Studio
compile 'in.srain.cube:cube-sdk:1.0.43-SNAPSHOT@aar'
Eclipse

Load the content into you eclipse, it's library project. Then use it in your application project.

Components

cube-sdk contains:

  • CLog

About

A light package for Android development, it handles loading image and network request.

http://cube-sdk.liaohuqiu.net/

License:Apache License 2.0


Languages

Language:Java 99.8%Language:Python 0.2%Language:Shell 0.0%