Jetpack Compose: Listview and RecyclerView analogs

--

Photo by Kelly Sikkema on Unsplash

onCreate function:

Copy these functions outside of MainActivity class e.g. after 12th row

ListView analog:

RecyclerView analog:

RecyclerView analog with clickable items:

PS. code taken from this course

--

--