如何发送Json对象?
我真的是android中的新手,所以任何人都可以帮助我解决我的问题...这里是:我使用两个AutoCompletedTextView作为“用户名”和“密码”,所以在这里我需要将用户名和密码作为JSon对象发送对于 HTTP 请求。现在如何在 Json 对象中绑定用户名和密码。任何帮助将不胜感激,谢谢
I am really new bee in android,so can anyone please help me to my problem...here is : I am using two AutoCompletedTextView as "username" and "password", So here I need to send the username and password as JSon Object for HTTP request.Now how do I bind username and password in Json object. Any help will really be appreciated THANKS
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如何设置 Http 标头检索 json 对象
How to set a Http header to retrive a json Object
试试这个代码
Try out this code
您可以使用
HttpClient class
将 Json 对象发送到服务器You can send Json object to server using
and
HttpClient class
is