简体   繁体   English

如何连接android app进行解析?

[英]How to connect android app to parse?

I am making an android app which demands to get Data like User's Name,E-mail Id,Mobile no,Postal address,College Name,etc.I Have created a form for that.I was thinking to get this Data through by connecting my App to Parse.I have installed Parse Sdk in my project but it is asking me to provide Url as far as Parse Documentation is concerned. 我正在制作一个Android应用,要求获取诸如用户名,电子邮件ID,手机号码,邮寄地址,学院名称等数据。我已经为此创建了一个表格。我正在考虑通过连接我的计算机来获取此数据App to Parse。我已经在我的项目中安装了Parse Sdk,但它要求我提供有关Parse Documentation的Url。

Parse.initialize(new Parse.Configuration.Builder(myContext)
.applicationId("YOUR_APP_ID")
.server("http://YOUR_PARSE_SERVER:1337/parse")

...

.build());

What should be that parse server Url? 该解析服务器网址应该是什么? Else,Is there any anything better than Parse for me if I want to make it in a day or as soon as possible! 否则,如果我想在一天之内或尽快做到这一点,还有什么比“解析”更好的了! Hope someone will help me n this Regard.Thanks in advance! 希望有人能对此给予帮助。谢谢!

sitepoint has a really detailed tutorial on using parse - here sitepoint有使用解析的非常详细的教程- 这里

Although its abit unclear what your actually asking.. 虽然有点不清楚您的实际要求。

use your ipv4 ip address as your server url. 使用您的ipv4 ip地址作为服务器URL。 Make sure to implement the changes both on server index.js file and Parse.Initialize function in android code. 确保在Android代码中对服务器index.js文件和Parse.Initialize函数都实施更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM