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
2010-10-05 10:41:45