Posts by Elvis Roberto • 13 points
5 posts
-
0
votes2
answers724
viewsQ: Pass a string from an Activity to a fragment maps
In Homeactivity, I get the string result from the server, it contains all the data I need, separated by comma, so with the method I tried to pass to the Fragment of this error FATAL EXCEPTION: main…
-
0
votes1
answer110
viewsQ: Pass Activity coordinates to Mapsfragment
I need to pass the latitude and longitude that I pick up at the HomeActivity to the MapsFragment, for the map to open soon at user’s position. I tried to see Intent and it doesn’t work. My code:…
-
0
votes0
answers186
viewsQ: Recover Database data to Android using php!
I need to retrieve the name, message, lat, long data from php. The problem is being in the part of Android, what I need to do to recover this data from the Activity "Android Part" saving these in…
-
0
votes2
answers76
viewsQ: App stopping when using Location API
This code would be used to when the user pressed a button, its latitude and longitude would be found and later sent to a server. But the app crashes when it starts, remembering that I took this code…
-
1
votes1
answer67
viewsQ: Crashing when starts the 2nd Activity
The first screen is the login, normal log, communicates with the server and such, there goes to second, there is a fragment of google maps, when it goes to second crash the app, the error that…