Posts by Felipe Ribeiro • 48 points
4 posts
-
1
votes1
answer156
viewsA: JSON parse class java
If I understand correctly your question is just to assign the values to the comment object and then remove the name with this method, it can be like this... Comentario comentario = new Comentario();…
androidanswered Felipe Ribeiro 48 -
0
votes1
answer43
viewsQ: Bugando Activity + Memory Error
Good afternoon programmers, I am developing an application and in a certain part of it I populate textviews with some data coming from a webservice. When ordering data from the webservice in a…
-
0
votes1
answer54
viewsQ: Find ip inside the network
Hello, I’m trying a solution to find a specific computer within a network by an android application, to connect to a web service in c#... but the problem is in finding this computer, with the ip…
-
2
votes1
answer2791
viewsQ: CLOB for string and vice versa
I’m developing a web server where I have to store images in String of Base64 exchanged for desktop, mobile and website to the database of the Oracle, but I’ve done a lot of research and seen some…