I want to start a new activity from this base adapter.
public class EfficientAdapter extends BaseAdapter { private Activity activity; private ArrayList
Set an intent for the class u need to open.In manifest file . Eg:
Then
@Override public void onClick(View v) { // TODO Auto-generated method stub Intent i=new Intent("android.intent.action.OPEN"); StartActivity(i); }