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
Please use ListFragment. Otherwise, it won't work.
ListFragment
EDIT 1: Then you'll only need setListAdapter() and getListView().
setListAdapter()
getListView()