python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get data from list of EditTexts in a recycler view to a list?
I am having an EditText in a TTextInputLayout as a Row_item for my recycler view, On the click of a button I am incrementing the count value in that recycler view and adding the edit text views in the...
Manish Rajpurohit
Votes: 0
Answers: 1
AutoCompleteTextView threshhold is not working as expected
I want to show dropdown list even for completely empty string. Because my coded logic in Adapter is that if filtering constraint is empty or null, show all results available. But for some reason, resu...
martin1337
Votes: 0
Answers: 1
Try to import JSON image from placeholder. Got errors
I am new to Android kotlin and are currently making a app that import JSON from a url. I am trying to display a image with info like title etc.
This error (look futher down) appear in Logcat when I tr...
Nicholai Mørch Rindarøy
Votes: 0
Answers: 0
RecyclerView elements dont show when using Linkedlist
I am using a recyclerview to show cardview elements, and have made an adapter for the same. When I use an Arraylist to store the values, the recyclerview works as expected and the elements show. Howve...
Sanjay Chunduru
Votes: 0
Answers: 0