Skip to main content

All Questions

3 votes
3 answers
4k views

Visibility GONE in ListView

I use a ListView to display TextViews. My app looks like this: When I click on a word it disappears: But the ListView still keeps the empty row. I want my app to look like this after click: Does ...
user2456977's user avatar
  • 3,870
4 votes
1 answer
6k views

Android: ListView tells me it's populated but not displaying items

So I've googled, and scoured SO for an answer to what I think is probably a ridiculous oversight, but here goes. I have a ListView that I'm populating with an ArrayAdapter that I'm building out of a ...
Kimo's user avatar
  • 51
1 vote
1 answer
601 views

Updating a single row in a listview to show a hidden textview

I am trying to update a single row (two textviews) in a listview by changing the visibility of the second textview from "gone" to "visible". Here is the XML for the custom layout: <LinearLayout ...
Derek's user avatar
  • 43