Posts by Dev_ps • 3 points
3 posts
-
0
votes0
answers44
viewsQ: Sending JSON to web-service via Http
I have a question that I believe to be simple to solve, I have a web service that feeds my App, I can request this information but I can’t send information, the closest I have so far was: JSONObject…
-
0
votes1
answer41
viewsA: If item exists in the list, add 1 more
I imagine you control the products using some product identifier, something like "product-134", use a .length to count the amount of the same product, I hope to have helped.
javascriptanswered Dev_ps 3 -
0
votes1
answer430
viewsQ: How to manipulate buttons at runtime on android
I’m creating an app for a restaurant, where I can already list orders and create the interface, example: coca-cola - 0 + I use a for to go through one List, which generates the list of products. MY…