在我的应用程序中,当我在 url 中给出有效输入时工作正常并给出响应。当我给出无效输入时,它显示 toast 消息无效输入。但是如果我再次给出有效输入,它显示无效输入消息,为什么会发生这种情况? 有没有保存历史的地方??
xmlResponse = A("www.xyz/AgMainServlet?messageType=MIN&pin=" +
txtPinno.getText().toString() + "&mobile=" + AgAppHelperMethods.varMobileNo +
"&source=" + AgAppHelperMethods.varMobileNo + "&channel=INTERNET");