Posts by Matheus Socoloski Velho • 5 points
4 posts
-
0
votes2
answers149
viewsA: How to send an Arraylist<Object> to Webservice SOAP
Good Afternoon I managed to solve my problem. I’m not sure why the KSOAP2 library acts this way, but there’s no way I could serialize an array automatically as I do with primitive type attributes.…
-
0
votes2
answers149
viewsQ: How to send an Arraylist<Object> to Webservice SOAP
Good Afternoon Assuming I have the following Java Order and Item classes: public class Pedido implements KvmSerializable, Serializable { private String numero; private ArrayList<Item> itens;…
-
0
votes1
answer953
viewsQ: How to make Ajax requests in Java
Good Morning I’m developing a web application where I need something simple: when the user selects a state in a Combobox, the system shall update another Combobox with all cities. I am programmer .…
-
0
votes1
answer887
viewsQ: How to create a custom Listview inside a Fragment?
Goodnight I did a lot of research on it, but I couldn’t quite understand the concept. I have an Android application that uses Fragments. I need to insert a custom Listview with an image and several…