Wednesday, 18 September 2013

about android: custom listview using activity or listfragment

about android: custom listview using activity or listfragment

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?

No comments:

Post a Comment