Rainmaker
Rainmaker

Reputation: 11090

Getting GPS/Network locations in two threads simultaneously in android

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

Answers (1)

Akshay Panchal
Akshay Panchal

Reputation: 695

You should use single Location Listener and provide location data to your threads from that listener

Upvotes: 1

Related Questions