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)
With ConcatAdapter RecyclerView began flickering
I'm implemented additional webview before my previous list (string data and ImageView) and concatenate them with ConcatAdapter.
Now i have previous adapter (list of data), additional new one (webview)...
Slava
Votes: 0
Answers: 1
Getting a weird response from an OnItemClickHandler in Android Studio (Kotlin)
I am implementing an OnItemClickHandler on a ListView in Android Studio. For some reason, when I display the selected item, I get a weird string and not the text of the item clicked:
"com.skupad....

Janou
Votes: 0
Answers: 2
Set adapter for listview in fragment instead of activity
Hello!
I have tried to add a listview in a fragment but it doesn´t accept getApplicationContext:
adapter = new ArrayAdapter<String>(getApplicationContext(), android.R.layout.simple_list_item_1, ...
Lina Harald zz
Votes: 0
Answers: 2
Firestore data not showing in recycler view
I am trying to add data in my recycler view from firestore.
I have documents with name (Level+"levelNo.")
But nothing is showing on my activity
Here is the code:
MAIN LEVEL ACTIVITY:
public ...
Saamii Abbasi
Votes: 0
Answers: 2