Posts by RodrigoPassador • 81 points
4 posts
-
5
votes3
answers583
viewsQ: How to recover a product id by clicking on listview opening another Activity
I am making an application for product consultation using a Webservice. I do a search in WS and bring the product information I need. Then I pass this information to a Adapter create a ListView and…
-
2
votes0
answers241
viewsQ: Viewflipper Dinamico - Android
Hello, I need to create a dynamic viewFlipper with 12 Imagesview or when loading Activity I need this Flipper to upload the images for me. Below is my code: In XML <ViewFlipper…
-
0
votes2
answers319
viewsA: How to read multiple Soapobject from a Webservice?
I discovered the real problem of my code when I did the Juven_v test: when WS returned me a single result presented the error of java.lang.ClassCastException: org.ksoap2.serialization.SoapObject…
-
1
votes2
answers319
viewsQ: How to read multiple Soapobject from a Webservice?
I am trying to consume a Web Service in Java using Ksoap 2 in version 3.4.0. When I do a search without parameters it returns the expected result but when I do a search passing a parameter…