Using java Syntax Highlighting
- public void onCreate(Bundle icicle) {
- View myView;
- super.onCreate(icicle);
- myView = findViewById(R.layout.notes_list); //breakpoint: myView is null
- myView = findViewById(R.layout.notes_row); //breakpoint: myView is null
- setContentView(R.layout.notes_list);
- myView = findViewById(R.layout.notes_list); //breakpoint: myView is null
- myView = findViewById(R.layout.notes_row); //breakpoint: myView is null
- dbHelper = new DBHelper(this);
- fillData();
- }
Parsed in 0.031 seconds, using GeSHi 1.0.8.4




