As the title I want to create a listview with custom row in Fragment. My code below.
Fragment class
public class PhotosFragment extends Fragment{ pu
you need to give:
public void onActivityCreated(Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); }
inside fragment.