Using java Syntax Highlighting
- TextView tv = new TextView(this);
- public Context context;
- tv.setText("1");
- LocationManager lm = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
- tv.setText("2");
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
The Android Emulator only shows "1" but not "2" on the TextView Output - any ideas why?!!
thx..
alex
i could clarify it:





