Using java Syntax Highlighting
- public void onCreate(Bundle icicle) {
- super.onCreate(icicle);
- myLocationManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE);
- location = myLocationManager.getCurrentLocation("gps");
- listObj = new ArrayList();
- tv = new TextView(this);
- tv.setText(location.toString());
- }
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
but i am getting the null pointer exception, please tell any error in this...
Thanks
Nithin





