in that class,make method ......
in method i use
Using java Syntax Highlighting
- Intent i1 = new Intent(this, Onitem.class);
- startSubActivity(i1,0);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
then it show error
Constructor Intent is undefined and method startSubActivity is undefined..
how to use intent???




