Considering a base RecyclerView.ViewHolder (which ...
# android
d
Considering a base RecyclerView.ViewHolder (which models information for multiple ViewHolders extending it), how would I be able to use the synthetic view import (given the fact that there are multiple layouts with same Views and IDs) ?