Posts by luno • 43 points
4 posts
-
0
votes1
answer202
viewsQ: Socket receiving more than one message together
I have a socket client receiving xml messages that is working normally but in some moments it is necessary that the server sends me more than one message related to a request, and these messages are…
-
2
votes1
answer177
viewsQ: Auto reconnect reusing an async socket connection
How do I get my socket to reconnect itself when the connection is lost? Preferably reusing the same connection.
-
0
votes0
answers75
viewsQ: Crossword running on different devices
What’s the best way to cross-word correctly on different devices? I made the squares individually being each one textview with a background, because these squares vary in the color of your edges, in…
-
1
votes1
answer192
viewsQ: retrieve a background name from a textView
If possible, how do I recover a background name from a textView ? (android) I have a textView and would like to recover the file name that would be (back_corDoFundo) preferably in String to buy with…