Cuzy-android-demo release

Cuzy-android-demo

IDE using: intellij idea 12

android demo, that shows the capabilities of Cuzy SDK (淘宝客), that can be found onhttp://www.cuzy.com

last update: 2013.6.26

===============version 1.0===============

  1. this is a android APP SDK for taobaoke (Also has a sdk for ios)

  2. you can download the sdk at :http://cuzy.com/index/download_sdk

HOW TO USE

  1. copy files in the layout fold to you project's layout fold,

  2. copy files in drawable-mdpi fold to your project's drawable-mdpi

  3. add CuzyAdSDKAndroid.jar to your project

  4. 添加信息到androidManifest.xml

activity android:name="com.theindex.CuzyAdSDK.CuzyTBKPresentationActivity" />

activity android:name="com.theindex.CuzyAdSDK.CuzyTBKWebviewActivity" />

application>

  1. 函数调用

5.1

在onCreate()中注册 CuzyAdSDK.getInstance().setContext(this); CuzyAdSDK.getInstance().registerApp("200003","208f53acd6d396867c2a721be6c807eb");

5.2可以使用三种模式调用

1)CuzyAdSDK.getInstance().fetchItems("6","",0);

2)CuzyAdSDK.getInstance().fetchItems("","茶",0);

3)ArrayList rawData = CuzyAdSDK.getInstance().fetchRawItems("", "手机", 0);

QQ:1263572458 :322622433

意见反馈及技术支持:Email:[email protected],[email protected]

地址:朝阳区西大望路甲3号 蓝堡国际中心1座2303

Cuzy-android-demo release_第1张图片

Cuzy-android-demo release_第2张图片

Cuzy-android-demo release_第3张图片

Cuzy-android-demo release_第4张图片

你可能感兴趣的:(Cuzy-android-demo release)