LazyColumn vs RecyclerView!!
We are using LazyColumn in Jetpack Compose, let's see how they differ from each other and how they work. 1. Re-using views: Unlike re-using already created views like RecyclerView, lazyColumn uses a lazy list which emits a new view whenever we scroll...
Jun 6, 20232 min read645
