Posts by Pedro Miguel • 3 points
4 posts
-
0
votes0
answers72
viewsQ: Send multiple Ids in one request
My app is a QR Code scanner that when it reads a QR from a device makes a request to the server by a JSON. In activity DeviceInfo.class That’s where I show you all the information I want on Qrcode…
-
0
votes1
answer659
viewsQ: Dynamic layout with invisibility, cannot restore element position
My point is, simple fact is I don’t know much about this yet. I’m having a problem with invisibility, I have a vertical Linearlayout with two buttons and when I click on the first appears another…
androidasked Pedro Miguel 3 -
0
votes1
answer81
viewsA: I get no data from the URL
The problem was that the host has an insecure certificate and the android somehow did not want to advance. The following solution is not the most correct or the safest (as I read on the web) but it…
-
0
votes1
answer81
viewsQ: I get no data from the URL
I’m working on a project where I have to make an app that will fetch information from the database via Json. I’ve done dozens of tutorials and I always end up not being able to receive a reply from…