Posts by Kaio Alves • 23 points
3 posts
-
0
votes1
answer918
viewsQ: Implement voice and video call communication on android?
I wanted to know what to start studying to implement features like video call and voice call on android. What libraries to study and stuff. Give me a north. :)
-
1
votes1
answer107
viewsA: How do I send data to a socket server that has already been started within an Asynctask?
I managed to solve the problem, only need to create a saidaServidor visible to the whole class with private PrintStream saidaServidor and create a method to be called on onClick button you want to…
-
1
votes1
answer107
viewsQ: How do I send data to a socket server that has already been started within an Asynctask?
I was able to connect to the server through the application, receive and show the data sent by it. There is also no problem sending messages to the server. The problem is: once the connection is…