Skip to content
Den of Developers
Den of Developers
Android, Java, IOS, Web development and all that programming stuff
Secondary Navigation Menu
Menu
  • Android
  • Java
  • Kotlin
  • Web
  • JavaScript
  • HTML
  • About Us

recyclerview

How to implement long press action on RecyclerView items using interface

2021-12-13
By: Aleksandar Gulevski
On: December 13, 2021
In: Android
With: 0 Comments

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 long-press action using an onLongClickListener and an interface. You can check parts one and two. Exercise For this exercise we will use the projectRead More →

How to update an item in RecyclerView – Android

2021-04-24
By: Aleksandar Gulevski
On: April 24, 2021
In: Android
With: 0 Comments

Intro In this post we will demonstrate how to update an item in your RecyclerView. Updating an item in RecyclerView is useful when you are working with a list of elements that you will sent for example as a part of an API request, but the user has an optionRead More →

How to change the background on clicked item in RecyclerView

2021-04-18
By: Aleksandar Gulevski
On: April 18, 2021
In: Android
With: 0 Comments

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 we need to change the background of the item in the RecyclerView on click by the user and then when the user clicks on aRead More →

SQLite for Android Part 3: Show Values from Database

2019-03-19
By: Viktor Jovanovski
On: March 19, 2019
In: Android
With: 0 Comments

This is the third part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part 2: Insert Data In this example is explained hot to view insered data in to already created database and table. NOTE: Dont forget to add ButterKnifeRead More →

RecyclerView & Adapter the right way

2018-08-27
By: Viktor Jovanovski
On: August 27, 2018
In: Android
With: 0 Comments

Recycler View and Adapter with Model pattern for Android Recycler View is used as the List View. The difference between the two is that the RecyclerView is using less hardware resources for showing the items in the list. For example, if you have list with 500 items, its not wiseRead More →

Search

Like us on Facebook

Like us on Facebook

Follow us on Twitter

My Tweets

Authors

  • 1 Aleksandar Gulevski
    • Live Templates in Android Studio – Useful tool for Android Developers
    • Our new Formula E fan made app
    • How to implement long press action on RecyclerView items using interface
    • How to update an item in RecyclerView – Android
    • How to change the background on clicked item in RecyclerView
  • 1 Ice Carev
    • Spring Boot 1.4 and Quartz, scheduling runtime created job instances from a configuration file
  • 1 Irena Nojkova Angelova
    • How to create a simple Mobile Navigation Menu using Vanilla JavaScript?
    • JavaScript BASICS Part 5: First Class vs. Higher-Order Functions
    • React Components
    • Create-React-App
    • JavaScript BASICS Part 4 : Declaring Javascript Variables var, let, const
  • 1 Viktor Jovanovski
    • Parsing XML RSS Feed for Android using prof18/RSS-Parser
    • Application identification utilities for Android
    • Calculate DisplayCutout Android
    • How to read values from logcat in Android Studio Programmatically?
    • Android – Extended Floating Action Button
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Designed using Hoot Du. Powered by WordPress.

 

Loading Comments...