Code Monkey home page Code Monkey logo

leancloud-demos's Introduction

leancloud-demos

LeanCloud SDK Demos 分类汇总

像著名的 android-open-project ,这里分类汇总了 LeanCloud平台上的示例程序和开源应用。

欢迎大家推荐使用了 LeanCloud 的开源项目,也欢迎大家开源用 LeanCloud做的小应用、练手的应用,欢迎Fork、提交PR :)

内容与编辑规范

Demo 分类:iOSAndroidJavaScript微信与云代码UnityWindows Phone

iOS

  1. 微转
    微转是一个基于微博的数码设备二手交易平台,后台完全基于LeanCloud。
    项目地址:https://github.com/leancloud/VZ
    AppStore地址: https://itunes.apple.com/cn/app/wei-zhuan/id768074220?mt=8
    截图:
    image

  2. LZAlbum
    LZAlbum 是 基于 LeanCloud 的朋友圈。
    项目地址:https://github.com/lzwjava/LZAlbum
    截图:
    lzalbum

  3. LeanChat-iOS
    LeanChat 是用 LeanCloud 实时通信服务做的一个沟通工具。
    项目地址:https://github.com/leancloud/leanchat-ios

  4. SimpleChat-iOS
    此项目是为了让大家能快速上手熟悉 LeanCloud IM SDK。之前推出的 LeanChat ,我们发现其中含杂了许多 UI 代码,不利于大家学习上手。因此我们推出了 SimpleChat,只有最精简的 UI、最核心的 SDK 用法。
    项目地址:https://github.com/leancloud/simple-chat-ios

  5. NextChat
    NextChat = JSQMessageViewController + LeanCloud IM SDK。JSQMessageViewController 大概是最流行的开源的 IM 界面框架了。 试试新的 UI 吧。
    项目地址:https://github.com/leancloud/NextChat
    截图:
    ios simulator screen shot 2015 5 15 11 06 21

  6. UUChatTableView+LeanCloud IM SDK
    此项目在 ZhipingYang 大牛开发的 UUChatTableView 的基础上加入了 LeanCloud IM SDK ,精美的UI 界面搭配了优雅的 IM 服务。在原项目加入少量代码,即能聊起来。LeanCloud IM SDK 能轻易集成到应用中,因为它只用 id 就跑通了整个聊天系统,与用户系统完全解耦。
    项目地址:https://github.com/lzwjava/UUChatTableView
    截图:
    screen

  7. FreeChat
    同样是聊天应用,不过功能完整许多,有最近对话、加入、踢人、开放对话(足球直播时很多人加入的对话,有别于普通的群聊)等功能示例。
    项目地址:https://github.com/jwfing/FreeChat
    截图:

  8. photo-wall
    photo-wall 是用Swift写的一个照片墙应用,展示了基本的AVObject、AVFile、AVQuery的用法。
    项目地址:https://github.com/leancloud/photo-wall
    截图:
    wall

  9. feedback-demo
    iOS平台上的一个小程序,展示了如何快速集成LeanCloud的用户反馈功能
    项目地址:https://github.com/leancloud/feedback-demo

  10. ios-simple-demo
    展示了 LeanCloud 的存储、统计功能。
    项目地址:https://github.com/leancloud/ios-simple-demo
    截图:
    simple1

  11. dian-ping-shang-shu
    用LeanCloud做的商户管理的系统,用到了文件上传下载、数据增删改查、统计功能。
    项目地址:https://github.com/leancloud/dian-ping-shang-shu
    截图:
    b

Android

  1. LeanChat-Android
    LeanChat 是用 LeanCloud 实时通信服务做的一个沟通工具,有Android、iOS版本。后台也完全基于 LeanCloud,存储用户信息,好友关系等。
    项目地址:https://github.com/leancloud/leanchat-android
    截图:
    img

  2. android-simple-demo
    android-simple-demo 涉及到基本的增删改查、子类化、用户处理、文件处理,UI较简单,需要看代码学习。
    项目地址:https://github.com/leancloud/android-simple-demo

  3. SimpleChat-Androd
    此项目是为了让大家能快速上手熟悉 LeanCloud IM SDK。之前推出的 LeanChat ,我们发现其中含杂了许多 UI 代码,不利于大家学习上手。因此我们推出了 SimpleChat,只有最精简的 UI、最核心的 SDK 用法。
    项目地址:https://github.com/leancloud/simple-chat-android

  4. android-todolist
    Android TodoList 小应用,涉及数据的增删改查、应用内搜索。
    项目地址:https://github.com/leancloud/android-todolist
    部分截图:
    img

  5. WeShare
    此项目是用 LeanCloud 事件流系统组件做的类似朋友圈的分享小应用。具有时间线、发文字发图、点赞、关注的模块或功能。
    项目地址:https://github.com/lzwjava/WeShare

  6. android-push-demo
    推送 Demo,可学到如何快速集成 LeanCloud 的推送服务。
    项目地址:https://github.com/leancloud/android-push-demo
    截图:
    img

  7. android-sns-demo
    示例了 QQ 、微博授权登录。
    项目地址:https://github.com/leancloud/android-sns-demo

  8. android-sms-demo
    短信验证码示例项目。
    项目地址:https://github.com/leancloud/sms-demo

  9. Anytime
    开发者“猫咪神“做的一个应用,有用户注册、登陆、登出和忘记密码等用户系统相关的功能。相对复杂一些的数据增删改查操作,也有消息推送。
    项目地址:https://github.com/lzwjava/AnyTime

JavaScript

  1. ticket-app
    ticket-app是一个工单系统,用了大部分LeanCloud上的功能。
    项目地址:https://github.com/leancloud/ticket-app
    在线网站:https://ticket.avosapps.com

  2. todolist
    TodoMVC 的一个 LeanCloud 实现,涉及数据的增删改查,前端使用 JS SDK 的好例子。
    项目地址:https://github.com/leancloud/todo
    在线地址:https://todolist.avosapps.com
    img

  3. 眼缘
    眼缘 是 LeanCloud 的工程师在一次黑客马拉松的作品,通过匹配人脸来找到等待邂逅的对象,并且可以通过人脸来登录系统,使用了 LeanCloud 云代码和 JS SDK ,Face++ SDK 。
    项目地址:https://github.com/leancloud/hackthon-eye
    在线地址:http://eye.avosapps.com/

  4. 留言板
    留言板是一个很好的上手项目,展示了 JS SDK 的最基本的用法。
    项目地址:https://github.com/killme2008/cloudcode-test
    在线地址:https://myapp.avosapps.com

  5. LeanChat服务端
    LeanChat的后台源码,有添加好友等逻辑,展示了如何用云代码作为应用后端,实现更复杂的后端逻辑。
    项目地址:https://github.com/leancloud/leanchat-cloudcode

  6. 微转服务端
    微转服务端给微转提供了部分接口,好实现较复杂的后端逻辑。
    项目地址:https://github.com/leancloud/VZ_Server

  7. cloud-code-alipay
    云代码接入支付宝的例子,利用云代码集成了支付宝即时到账收款的功能。
    项目地址:https://github.com/leancloud/cloud-code-alipay

微信与云代码

  1. cloud-code-weixin
    云代码接入微信的例子,利用云代码可快速搭建微信服务号的后端。
    项目地址:https://github.com/leancloud/cloud-code-weixin

Unity

  1. flappy-bird-with-leancloud
    用LeanCloud Unity SDK 做的 flappy-bird。
    项目地址:https://github.com/leancloud/unity-sdk-demos

Windows Phone

  1. Tutorial
    WP SDK 的教程
    项目地址:https://github.com/leancloud/windows-phone-sdk-demos

leancloud-demos's People

Contributors

lzwjava avatar

Watchers

James Cloos avatar Changyu Geng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.