moagrius/TileView

Use in viewholder for recycler view.

AlexeyKorshun opened this issue · 2 comments

Good day, thx for the library.
I have a question, can we use this library in a viewholder for recycler view? If I right understand, it isn't so.

Technically it could serve as the View behind a ViewHolder in a RecyclerView, but that would be inadvisable, just like it would with any high-configuration widget.

yes. We can use it as a view, but it doesn't make sense. Thx.