I followed this tutorial about navigation drawer androidhive-navigation drawer and it has used fragments for the list items.
Similarly all sources I found use fragment views for individual list items. I have these issues.
- Why use fragments, when we can use an ordinary Activity class?
- Going with the link example, if I have Home Activity class implemented before, what should I do to convert it to a fragment?
- If Home is the main activity, what happens then?