Posts by Leonardo Rocha • 859 points
53 posts
-
2
votes1
answer1453
viewsQ: Improved Application to Server Communication
I am developing an application that needs to communicate with the server (send and receive data). What would be the best way to make this data exchange safely and performance? Through REST/WEB…
-
3
votes1
answer1419
viewsQ: APP Communication with Web Server
I would like to know the best way, in terms of security/performance, to make my mobile/android application communicate with a web server (apache/php, for example) to receive/send data. The idea is…
-
2
votes2
answers1212
viewsQ: How to make a Listview "Clickable"?
I have a simple phone book system where there’s Activitys to: Register; Edition of the register; Removal of the register; And one last to see all contacts within one ListView. All records come from…