Android:将数据发送到网站并接收回复

时间:2015-07-17 04:56:32

标签: android forms http

我正在开发一个乐透应用程序。点击是将优惠券号码发送到lotery服务器并接收结果(赢家价格与否)。网络(http://www.telekino.com.ar/)有一个简单的形式,有三个值:emision,cupon,algo

这是表格:

enter image description here

填写表格后,网络回复结果

我迷路了,复制这个的最好方法是什么? 。发送表格并收到结果。

建议?教程?

表格

orm action="/cupones/controlar" id="control_frm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST" /></div>              <label for="sorteo">Sorteo</label>
            <select name="data[Cupon][emision]" id="sorteo" class="basic-tooltip"><label for="carton">Número de Cartón</label>
            <input name="data[Cupon][cupon]" type="text" id="carton" value="número" title="Ingrese el número SIN puntos." class="basic-tooltip" />              <label for="algoritmo">Algoritmo</label>
            <input name="data[Cupon][algo]" type="text" id="algoritmo" value="últimos 2 números" maxlength="2" />               <img id="algorithm-help" src="/img/algoritmo.png" alt="últimos 2 números" width="135" />
            <button type="submit" id="control_button">Controlá tu cartón</button>
            </form>

2 个答案:

答案 0 :(得分:1)

如果您更喜欢Asp.Net(C#,VB.Net),我认为您应该在服务器端使用Asp.Net Web API

答案 1 :(得分:1)

Android中用于与Web服务通信的最简单且可能最好的方法是使用 Volley Library PHP,MySql Web服务 See this tutorial