i create a custom listview that contain 3 items
my question is how come when i used activity if you want to create custom listview you create 1st a layout for a single row and and inflate it inside other layout container
and when i used listfragment i dont need a parent layout container i just directly used only the single row layout and i dont have to use any parent of it
i need explaination of it, i have no problem running it but i need info how it runs without parent layout to put in single row layout of the listview because in activity you need to setContentView the parent layout but in listfragment how come i do it without a setcontentview and directly inflate only the single row layout of the list view