jsonobject

    35calore

    3risposta

    È possibile serializzare più moduli in uno in modo che venga eseguita una sola richiesta di posta o ajax? Ho cercato in giro ed è tutto per l'invio di ogni modulo separatamente tramite post/Ajax.

    6calore

    2risposta

    // JSON object to hold the information, which is sent to the server JSONObject jsonObjSend = new JSONObject(); jsonObjSend.put("action", "myAction"); jsonObjSend.put("type", tipo); Per ora è tutt