Skip to main content

All Questions

Tagged with
0 votes
1 answer
241 views

How to change the item color and do some action when the item of the listview is visible in the viewport in flutter?

I have generated a list of items by using for loop and then add those items in listview in the tabbarview. In the listView, there are items (containers) and when that particular item is seen fully in ...
Aman Chaudhary's user avatar
0 votes
1 answer
769 views

How to set progress bar visibility to invisible once data comes from a server and appears on listview?

I want to set the progress bar visibility to invisible once data comes from my server and display in a listview. Here is my code public class MainActivity extends AppCompatActivity implements ...
peter Estifanos's user avatar
2 votes
1 answer
1k views

How to add visibility binding for MenuItem of ContextActions of a ListView

I am trying display context actions menu items while selecting any listview item, there I have added three menu items. But I need to bind the visibility for those Menu Items. Depending on selection ...
user10594374's user avatar
0 votes
1 answer
85 views

Xamarin forms: Different item is invoking instead of selected item in flowlistview?

Recently I have posted a question related to flowlistview item visibility, this question is also related to that. I have 8 images in a list, initially show a question mark image. When tap on the ...
Sreejith Sree's user avatar
0 votes
1 answer
486 views

Xamarin forms: How to handle the flowlistview selected item visibility?

I have some images in a flowlistview, initially show only question mark image. When tap on the question mark image, the real image will visible instead of the question mark image. I have done like ...
Sreejith Sree's user avatar
0 votes
1 answer
155 views

setting the visibility to gone if a listitem is empty

I have a problem that I've tried to resolve for some time with the tips I've found from googling on this issue. My SimpleAdapter looks like this: @Override protected void onPostExecute(Void ...
midw's user avatar
  • 1
0 votes
1 answer
1k views

WPF binding to Visibility of an Itemtemplate of a Listview not working [duplicate]

I am using WPF Prism.Mvvm. I have a navigation bar on the side containing a Listview bound to an Itemssource. Those Items contain an image and the content. Now my goal is to collapse the content of ...
Anna Z.'s user avatar
  • 55
1 vote
1 answer
64 views

ListView: setvisibility() forces refreshing all the rows

I have a ListView with rows with different layouts. So I'm using the pattern of ViewHolder. If the user clicks on a row, one sub-layout of the same row must be shown/hidden. viewHolder.btn1....
pozzugno's user avatar
  • 816
0 votes
0 answers
163 views

Empty view not showing for Listview

in my android app I have the following layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
Claudio P's user avatar
0 votes
1 answer
56 views

child in listview list item becomes null p.e. when view recycled

Button views visibility is supposed to change onClick, but when view recycled, the said view comes up null. Seems to be when state of following item visibility is different than its previous in list. ...
sleethma's user avatar
  • 371
-7 votes
1 answer
420 views

how can i make a label invisible at release build [closed]

I want to hide a listview item on release build but make it visible on debug build. I searched it on internet but I can't find anything about it. Anyone can help me?
user8141097's user avatar
0 votes
0 answers
36 views

setVisibility of checkbox inside list fails after accessing textview in main activity

In my OnItemLongClick , I need to set my visibility of checkbox from GONE to VISIBLE. bookList.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() { @Override ...
ColonD's user avatar
  • 1,004
1 vote
1 answer
2k views

Make SwipeRefreshLayout animation invisible

If its possible make Swipe refresh layout animation fully invisible? I want to make whole animation (including loading and cricle with arrow when pulling down gesture) dissapear but I want to be able ...
Expiredmind's user avatar
1 vote
4 answers
3k views

android - change visibility of listView

I have a listView with countries as Strings. lv = (ListView)findViewById(R.id.listViewCountry); ArrayList<String> arrayCountry = new ArrayList<>(); arrayCountry.addAll(...
Simon's user avatar
  • 461
1 vote
1 answer
2k views

ListView item visibility based on boolean

I am trying to filter ListView Items based on input text, and because the selection is removed, I am trying to set visibilty to invisible based on a boolean(I hope this wont remove the selection of ...
someone1's user avatar

15 30 50 per page
1
2 3 4 5 6