KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
demo-android-login
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
studies-blevesearch
:
Bleve Search studies
UW_Python_for_Geosciences
:
Talks from the UW Python for Geosciences Seminar
EasyMLPlatform
:
DEPRECATED-an easy distributed machine learning platform
dtr5
:
Meetup app for Reddit users based on subreddit subscriptions.
maildir-decrypt
:
Scripts to convert encrypted to cleartext email files. Preferably when using the notmuch email indexing software.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
demo-android-login
?
Download (.md)
# demo-android-login ― Wilddog 开源登录应用 This demo Android app demonstrates authenticating with Wilddog Login for weibo, qq, email & password, and anonymous. ## 本地运行 首先确认本机已经安装 [Android] (http://developer.android.com/index.html)运行环境和 Andriod Studio 开发环境 ,然后执行下列指令: ``` git clone git@github.com:WildDogTeam/demo-android-login.git cd demo-android-login ``` #### 按照下列文件中的标注说明替换相关参数: 0. [res/values/keys.xml](/app/src/main/res/values/keys.xml) 0. [AndroidManifest.xml](/app/src/main/AndroidManifest.xml) ## 更多示例 这里分类汇总了 WildDog平台上的示例程序和开源应用, 链接地址:[https://github.com/WildDogTeam/wilddog-demos](https://github.com/WildDogTeam/wilddog-demos) ## 支持 如果在使用过程中有任何问题,请提 [issue](https://github.com/WildDogTeam/demo-android-login/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) * [腾讯开放平台](http://open.qq.com/) * [新浪微博开放平台](http://open.weibo.com/) ## License MIT http://wilddog.mit-license.org/ ## 感谢 Thanks demo-android-login 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: * [firebase-login-demo-android](https://github.com/firebase/firebase-login-demo-android) Demonstrates using the Firebase Android SDK to back a ListView.