Reputation: 11090
For some reasons(don't ask why (: ) I need to determine a GPS/Network locations in a two threads simultaneously. Will it work fine with a LocationManeger?
Upvotes: 1
Views: 53
Reputation: 695
You should use single Location Listener and provide location data to your threads from that listener
Upvotes: 1