For example
Intent intent = new Intent(this, SecondActivity.class);
eclipse error: The method setClass(Context, Class) in t
When you are pointing to this inside click event, it is pointing to the click listener.