Simple list in Android applications
12/10/2020
ANDROID
RECYCLERVIEW
CARDVIEW
One of the most common tasks an android developer could possibly receive is to show a list of elements on screen. Even experienced developers can't remember how to do it by heart. On Android lists are usually implemented by using RecyclerView which I will be using in this article.