views:

27

answers:

1

Is there a way to use ListAdapter in preferences screen ? or i must use only chekboxpreference, textpreferences, etc....

A: 

You can create your own custom DialogPreference that uses a ListView with your custom ListAdapter.

CommonsWare