moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

Use in viewholder for recycler view. #538

Closed AlexeyKorshun closed 4 years ago

AlexeyKorshun commented 4 years ago

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.

moagrius commented 4 years ago

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.

AlexeyKorshun commented 4 years ago

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