sorry for my english and thanks for the help
Using java Syntax Highlighting
- public void method1(){
- super.onPause();
- run = false;
- while(){
- try{
- thread.join();
- }catch(InterruptedException e){
- e.printStackTrace();
- }
- }
- thread1 = null;
- Intent i = new Intent(someactivity1*);
- startActivity(i);
- }
- //the method2 is inside a loop
- public void method2(){
- if(something1*){
- onPause();
- }
- }
Parsed in 0.032 seconds, using GeSHi 1.0.8.4

