art-institute-of-chicago/aic-mobile-android

[Enhancement] Add BaseAdapterConverter for `Spinner` implementations.

agrosner opened this issue · 2 comments

  1. BaseAdapterBinder handles conversions.
  2. BaseRecyclerViewAdapter needs to be updated to support dropdown view handling to support Spinner dropdown methods. Or decide on utilizing a valid subclass or wrapper implementation.
  3. Update @Cliabhach code for LanguageAdapter to use this implementation and update the code to be more RX-like.

see #63

in dev now.