Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

Notifications You must be signed in to change notification settings

felixcc/cube-sdk

Repository files navigation

##中文说明

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.42</version>
</dependency>

or:

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%

AltStyle によって変換されたページ (->オリジナル) /