Android Listview customized in a Fragment

Asked

Viewed 351 times

1

I have an app layout was made in tabs and in one of them I would like to implement the ListViewcustomized, but I could not because the JAVA class tab extends the class fragment and to make the list need to extend the class ListActivity, as in JAVA there is no multiple inheritance, do not know how to do.

I would like to know if it is possible to implement a ListView customized into a layout of the kind fragment?

1 answer

1

  • Excuse my ignorance, but instead of extending Ragragment I must extend Listfragment?

  • Yes Adriano, you can extend Listfragment.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.