Questions tagged as 'listview'

2
answers

Update ListView from a SortGroupGroup

I'm trying to update a ListView populated with database data from a sort of RadioGroup . Here are my codes: private List<ApplicationInfo> mAppList; private SimpleCursorAdapter adptLivros; private SwipeMenuListView lv_Livr...
asked by 08.07.2016 / 06:01
0
answers

Filter in listview takes the item from the wrong position

In the Listview without using the filter when it clicks it shows the correct data in the other activity, but when it filters an item it changes the position and passes another ID the data has nothing to do with the item that passes to the other...
asked by 01.12.2016 / 19:40
1
answer

Queries information from a Tabsheet related to TListView

I'm a beginner and I have a big problem. I have the following situation: I create an item in Tlistview by giving two clicks on the selected item I add an object in the case form to the item listview and I create a f...
asked by 10.06.2015 / 18:10
0
answers

Intel XDK project + Bootstrap framework + listview without scroll

I'm developing an app in Intel XDK (1995 version) where the layout is basically a footer with a grouped button inside it. The chosen framework is Boostrap . Below is the image of the app running on emulate. Iusesubpagestonavigate.Inaparticul...
asked by 20.05.2015 / 03:46
0
answers

Selected Item Listview Retrofit

I have an application that uses retrofit for connection, and in it I have a listview where I want to make a long click on it and select the position item and make a webservice post with that item, everything is already working, getting the part...
asked by 26.09.2017 / 15:29
3
answers

Click and hold the Button / Listview

How do I program to click and hold down a method other than just a normal click? I would like tips, tutorials something that can help me. I'm having a new problem I need to use the OnItemClick method and the onItemLongClick method already...
asked by 05.05.2014 / 14:07
2
answers

Passing parameters from one Activity to another

I need to pass the name of a selected product on ListView to be displayed on a EditText . I am currently on the screen that the user informs the customer and then opens the screen of new request, on this screen I have a button to...
asked by 09.04.2014 / 20:14
1
answer

How do I put my list in alphabetical order?

I have ListView and would like to put it in alphabetical order by the names of the clients. I urge you to be as specific as possible because I do not have much experience. import static android.R.id.list; import android.app.Activity...
asked by 05.01.2016 / 19:35
1
answer

Bring only the name in the ListView, but relate to the ID

I have a WebService that lists all my users and brings users to the bank. I have a class Usuario { int id; String nome; } With its builders, gets and sets, etc. And I can return all my users. However, I want to throw all this in a...
asked by 23.06.2015 / 02:18
3
answers

How to make the "adapter.getItemPosition" get only part of the String and hide the other party at the time of displaying the ListView?

I have a listView that returns two strings to one each row. The code and the name of a country, I would not like to present the code but I need it for when the user clicks on the line to get the code and search the bank. My line is like "345 Bra...
asked by 29.09.2015 / 15:52