Posts by João Marcos • 121 points
2 posts
-
0
votes2
answers608
viewsA: Google Maps Android API v2 - Debug key API is not working
I think I know what’s wrong with your map. There are two SHA1 strings that are generated, one for apk and one to use when the app starts with the IDE. The one you should need to register with google…
-
2
votes2
answers5778
viewsA: How to send Jsonobject to a Web Service?
To use this code line, the value of resultString has to be a valid JSON. JSONObject jsonObjRecv = new JSONObject(resultString) A JSON is an object per key, value where the key has to be a string and…