Posts by Ramon Lago • 56 points
5 posts
-
1
votes0
answers83
viewsQ: App with video calls
I’m developing an app that in theory should enable users to call video feature, as it has on skype. I came across some questions.. What would it take to put such a service in an Android app? It…
-
0
votes2
answers645
viewsA: Fix the XML error
The liofontes' answer is correct. The way you are declaring this "too complete", when it becomes redundant android studio refuses as error, because this full statement it does alone. Another thing…
-
1
votes2
answers58
viewsA: How do apps validate login on a remote server?
Check out this series of articles from this link: http://www.androidhive.info/2014/01/how-to-create-rest-api-for-android-app-using-php-slim-and-mysql-day-23/ It is in English, but it is well…
-
1
votes0
answers187
viewsQ: Recording file from stream-webcam
I have a question about my stream code with getusermedia. I want to send my Node.js server a recording of my webcam. My form receives a video I can upload, but it would have a second function…
-
1
votes1
answer183
viewsQ: Multiple objects with canvas
Guys, I couldn’t find a post like this. So send me the link if you find one. With a huge problem, I am creating a game of those that the ball has to break squares on the screen and I have everything…