I want to have a fragment for each item in a listview, because I want to separate some logic out. I am using a view holder for each item. If the view doesn\'t exist, I creat
Instead of using ListFragment, you can use RecyclerView, Android has documentation on that:
https://developer.android.com/training/basics/fragments/creating.html#AddInLayout