An open API service indexing awesome lists of open source software.

https://github.com/leancloud/leanstoragedemo-android

基于 Android SDK,全面示例了 LeanCloud 的存储功能
https://github.com/leancloud/leanstoragedemo-android

Last synced: 8 months ago
JSON representation

基于 Android SDK,全面示例了 LeanCloud 的存储功能

Awesome Lists containing this project

README

          

## LeanStorageDemo-Android

![device-2015-08-26-115738](https://cloud.githubusercontent.com/assets/5022872/9485420/62d42e9a-4beb-11e5-9054-7e2a314ca010.png)

![device-2015-08-26-115831](https://cloud.githubusercontent.com/assets/5022872/9485428/75ce723a-4beb-11e5-840c-991c34d73955.png)

![device-2015-08-26-120002](https://cloud.githubusercontent.com/assets/5022872/9485437/92c4768c-4beb-11e5-8190-c74e586c2867.png)

![device-2015-08-26-115922](https://cloud.githubusercontent.com/assets/5022872/9485444/af7ebaa8-4beb-11e5-99f4-116a50914022.png)

一个 LeanCloud 综合型的 Demo,演示了大多数功能:

* 对象的增删改查
* 用户系统
* 文件上传下载
* 子类化

需要您通过查看代码来学习。

## 如何运行

* 用 Android Studio 打开本项目

## 登录后台查看数据

您可以在`com.example.avoscloud_demo.DemoGroupActivity`修改成您自己的应用 id 和 key。强烈建议这样,一边查看自己的后台,一边运行 Demo。当在 Demo 运行代码来增删改查时,就可以在自己的后台看到相应的数据变化。

![image](https://cloud.githubusercontent.com/assets/5022872/7763947/3b25548e-007b-11e5-9a1b-af3ca1806175.png)