We can detect code using gps, i want to detect location via wifi ???
how can i do that ? i want two threads simulataniously running one detecting locaiton using GPS another detecting using WIFI.
We can detect code using gps, i want to detect location via wifi ???
how can i do that ? i want two threads simulataniously running one detecting locaiton using GPS another detecting using WIFI.
Check out this link and "public static final String NETWORK_PROVIDER " on that page.
Also I think this open source project uses both gps and network location: Link . Hopefully a good example.