yarolegovich / MaterialPreferences

A highly flexible set of lovely looking views that provides functionality of preferences.
Apache License 2.0
485 stars 67 forks source link

MaterialMultiChoicePreference supports dynamic entries? #9

Closed usergoodvery closed 7 years ago

usergoodvery commented 7 years ago

Hi, Is there a way to dynamically define the entries for the list (instead of static resource array)? Also, is the list scrollable?

regards

usergoodvery commented 7 years ago

I am closing this as upon inspection of your code, it is clear it relies on static resource. It should not be too difficult to introduce dynamic list based on java reflection though...