0
Guys I have a function that server to update my map in the application, ie change the position icons and such, however I would like to do the following:
When I received a message from my GCM, for example "Update", I would like to be called to update my map. Of course I need to check if the map screen is open and everything, but I don’t know how to do.
I just did in the onMessage
call my function, but error, saying I’m not in UI Thread anyone knows how to do?
That’s right. Thank you
– Gabriel Duarte