activity host this fragment } @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstance) //called when this fragment was first created View v = inflater.inflate(R.layout.test, container); return v; } //Some other methods //All Activity methods Android Programming