# demo-android-chat **Repository Path**: ouyangpengdev/demo-android-chat ## Basic Information - **Project Name**: demo-android-chat - **Description**: Demonstrates using the Firebase Android SDK to back a ListView. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo-android-chat — Wilddog 开源实时聊天应用 A simple chat application that built with Wilddog on Android. ## 本地运行 首先确认本机已经安装 [Android](http://developer.android.com/index.html)运行环境和 Andriod Studio 开发环境 ,然后执行下列指令: ``` git clone git@github.com:WildDogTeam/demo-android-chat.git cd demo-android-chat ``` 替换 Wilddog appId: Update [ChatApplication](/app/src/main/java/com/wilddog/androidchat/ChatApplication.java) and replace https://testmydemo.wilddogio.com with a reference to your Wilddog. ## 更多示例 这里分类汇总了 WildDog平台上的示例程序和开源应用, 链接地址:[https://github.com/WildDogTeam/wilddog-demos](https://github.com/WildDogTeam/wilddog-demos)    ## 支持 如果在使用过程中有任何问题,请提 [issue](https://github.com/WildDogTeam/demo-android-chat/issues) ,我会在 Github 上给予帮助。 ## 相关文档 * [Wilddog 概览](https://docs.wilddog.com/overview/index.html) * [Android SDK快速入门](https://docs.wilddog.com/quickstart/sync/android.html) * [Android SDK API](https://docs.wilddog.com/api/sync/android.html) * [下载页面](https://www.wilddog.com/download/) * [Wilddog FAQ](https://z.wilddog.com/questions) * [Android Download](http://developer.android.com/sdk/index.html) ## License MIT http://wilddog.mit-license.org/ ## 感谢 Thanks demo-android-chat is built on and with the aid of several projects. We would like to thank the following projects for helping us achieve our goals: Open Source: * [AndroidChat](https://github.com/firebase/AndroidChat) Demonstrates using the Firebase Android SDK to back a ListView.