python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kotlin Gridview display issue on click and Scroll
I am having a gridview which is populated from a list of string. List of string is a simple array of alphabets.
Here is my Activity Xml
<?xml version="1.0" encoding="utf-8"?>...
Gulfam
Votes: 0
Answers: 1
how to create secondary constructor in recycler adapter taking arraylist parameter in kotlin android studio
enter image description here
I AM trying to create other constructor in recyclerView adapter but getting error
please tell me how to create secondary constructor in recycler adapter taking arraylist p...
Raja Shekhar g
Votes: 0
Answers: 1
How to Pass a value from recyclerview adapter to its corresponding Activity?
I'm having a RecyclerView. when an item is clicked, those values will be displayed in a dialog box. So now I want those values to be passed to it's activity. Below is my code.
Below is my adapter clas...
Francis Raj
Votes: 0
Answers: 1
How to get selected item in RecyclerView without using onClick method in Kotlin
I need to display some information in Activity from Adapter but without using onClick method - I want to get selected item at any time without click on the item (e.g. when the activity is open, first ...

jenik2205
Votes: 0
Answers: 0