top of page


How to implement long press action on RecyclerView items using interface
Intro This post is part three of our RecyclerView exercises series and in it, we will show you how to replace the on-click action with a...
agulevski10
Dec 13, 20211 min read
Â
Â
Â


How to update an item in RecyclerView – Android
Intro In this post we will demonstrate how to update an item in your RecyclerView. Updating an item in RecyclerView is useful when you...
agulevski10
Apr 24, 20213 min read
Â
Â
Â


How to change the background on clicked item in RecyclerView
You may come across a situation when you need to mark visually the item that the user clicked in your RecyclerView. In our user scenario...
agulevski10
Apr 18, 20213 min read
Â
Â
Â


SQLite for Android Part 3: Show Values from Database
This is the third part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
agulevski10
Mar 19, 20193 min read
Â
Â
Â


RecyclerView & Adapter the right way
Recycler View and Adapter with Model pattern for Android Recycler View is used as the List View. The difference between the two is that...
agulevski10
Aug 27, 20186 min read
Â
Â
Â
bottom of page

