© 2023 Hashnode
#recycler-view
Hello folks, in this article we will see how we can implement an SQLite database, make tables, insert data into tables, and fetch the table's data into RecyclerView using Kotlin. In this article, we w…
As I was surfing through the web, I came across this article by Ferdinand Bada on creating an Android Studio template to generate recycler view adapter boilerplate code. I was amazed at how easily on…
In this article, we will cover : Why ListView is needed? How RecyclerView took over ListView? implementation of ReyclerView withListAapter. For better understanding, we will create a sample project …
Many Applications implement searching options over a list of items. So in this article, I will simplify this process. Let's get started... So before implementing searching on a list of items, let's as…
So we see these lists everywhere in any kind of app. In your social media, there will be list of followers, list of stories, list of posts, list of people you may know, list of dry texts in your inbox or even the list of peoples that ignor…