Hey guys as far as i don t have real android phone I wanted to ask this question. in my MapActivity which is extended from LocationListener, the onCreate method initializes "location" element as following :
location = locationManager.getLastKnownLocation(provider);
When I start my app, the location is always null until I send points from DDMS. I wanted to know, in real device what would be the behavior?