In recycler view we say that view holders get recy...
# android
t
In recycler view we say that view holders get recycled whenever we want to display a new item so does onCreateViewHolder gets invoked?
not kotlin but kotlin colored 2
c
This is a workspace for Kotlin related questions. Your general Android question should be asked somewhere else. You can find resources on the channel description.
p
Use LazyColumn, RecyclerView is old, maybe deprecated at any near point in the future.
g
What is even mean "RecyclerView is old" It will not be deprecated ever until Views are supported, and even then, I don't see why would it be deprecated, just stop supporting LazyColumn not even for views
p
Sorry I was just kidding 😃😉🤪
🙃 1