Posts by Mr Magoo • 1 point
3 posts
-
-4
votes1
answer41
viewsQ: How to get the value of a GET in PHP
Would you like to take the value that comes after the bar without using the ? ( query ) Example ( of how it is ) : https://foo.com/teste.php?p=acme As I wish : https://foo.com/acme I can already…
-
0
votes1
answer219
viewsA: Android IMEI: all android versions
Also, you need to request permission. Take a look at this code It might help you. // chamando a permissão do App private void callPermissions(){ if…
-
-1
votes1
answer746
viewsQ: How to load an image from a Url into an Imageview
rs = statement.executeQuery(query); List<Map<String, String>> data = null; data = new ArrayList<Map<String,String>>(); while(rs.next()){ Map<String,…