发送/ android系统中从远程服务器接收文本数据文本、服务器、数据、系统

2023-09-07 12:36:30 作者:痛徹吢扉

HI我在创建的应用程序,我躲在编辑文本框和两个按钮后,我按一下按钮事件文本框会弹出在运行时,它是工作propely,但我需要键入文本,应传递给服务器,帮助我。所有的想法,欢迎

HI i created an application in that i hid edit text box and two buttons ,after i click button event that textbox will popup at run time ,it is working propely, but i need the typing text should pass to server, help me. All ideas are welcome

推荐答案

如果我正确认识你,你有一个文本框的文本,并且希望将数据发送到服务器。你可以看一下这些教程/片断中看到有关您的数据发布到Web服务器:结果 http://www.androidsnippets.com/executing-a-http -post请求与 - HttpClient的结果或安全HTTP Post在Android的

If I'm understanding you correctly, you have text in a textbox, and you want to send that data to a server. You can look at one of these tutorials/snippets to see about posting your data to a web server: http://www.androidsnippets.com/executing-a-http-post-request-with-httpclient or Secure HTTP Post in Android