by plusminus » Thu Feb 28, 2008 12:51 pm
Hello Archana,
I haven't explicitly tried it but you could give a try to the following:
Using java Syntax Highlighting
AlertDialog a = new AlertDialog(this);
a.setContentView(viewA);
a.show();
//...
a.setContentView(viewB);
Parsed in 0.029 seconds, using
GeSHi 1.0.8.4
Regards,
plusminus


| Android Development Community / Tutorials