Questions tagged as 'listview'

3
answers

Create a button in a ListView

I'm making an application and at the end of the data inserts the user will see a summary with a listView . So far so good, but I want to create, right after listview , a finish button, but I can not seem to put it, if I put it inside...
asked by 30.01.2014 / 17:04
1
answer

XAMARIN - List View with Binding without Information

I'm doing a project with Xamarin.Forms and I'm having a problem. The project is referring to the bus route of my city, however when doing the code and playing to the screen, even though it has BINDING it does not even go to the screen, thus leav...
asked by 03.10.2018 / 04:39
1
answer

Add interaction in listview!

I have a problem with my listview . I'm listing all the cars the user has, but when he clicks I want to get the information from that car to process, except that in the tutorials I see the guys did a listview using a class that extended from...
asked by 15.08.2017 / 15:44
1
answer

How to get the reference to the ListView from a ListFragment?

I have a ListFragment trying to access the ListView where Adapter has inserted the objects, but findViewById is returning null , does anyone have any ideas? The fragment code in XML: <?xml version="1.0...
asked by 04.05.2017 / 17:15
1
answer

How to synchronize two TListViews?

I'm working on an App for Android using Delphi XE8 and I need to synchronize two ListViews so that when the user downloads one, the other one downloads together. How do I do this in Delphi ?     
asked by 31.08.2016 / 02:08
1
answer

What is missing from the custom listAdapter I created?

I'm trying to insert a listview into a fragment. When I use the default layout "android.R.layout.simple_list_item_1" it works fine, but I want to create a different layout with two text views per line. Fragment - Excerpts import android.app...
asked by 22.06.2016 / 02:49
1
answer

How to get the ListView ArrayList?

I have a screen in my application with various fields, spinners and a listview, one of the spinner's is products. When I select a product in the spinner and click on a button called add, the application populates this listview with the id, name,...
asked by 12.05.2016 / 14:27
1
answer

Listview with hidden items in jquery mobile

Using the same concept present in link I wonder if it's possible to just list the items when I search them in searchbox. I do not want everyone to be displayed when the box is empty.     
asked by 25.09.2015 / 21:11
1
answer

How to add columns and values in the columns in a ListView at run time?

I have ListView listViewListaChamada and I'm trying to add columns and values to the columns corresponding to my ListView listViewListaChamada , but I did not succeed. I created the function below to popular my ListView: private v...
asked by 16.12.2015 / 21:02
1
answer

How to block an item from a listview?

I have a TextView list in a ListView , and when I click on one of the TextView I have access to a Fragment in>. How do I, when in a Fragment , the TextView responsible for opening it is blocked? Therefore, the application will not be forc...
asked by 06.06.2015 / 04:52