android-listview Questions
6
Solved
Hi I'm trying to create a navigation drawer similar to gmail app navigation drawer. I follow the developer site but it only specify about basic implementation. But I need to customize the navigatio...
Supererogate asked 15/2, 2014 at 10:20
2
Solved
OK I have a multiple choice ListView that works fine. I check the boxes for the contacts (held in a String[]) and can return the values fine. Because some people have a bunch of contacts I wanted t...
Judicatory asked 25/2, 2011 at 21:36
4
Solved
I have a ListActivity which i want to change Item height refer to device height
public class MainActivity extends ListActivity
{
.
.
.
setListAdapter(new ArrayAdapter<String>(MainActivi...
Welcy asked 19/4, 2013 at 10:59
5
Ok let me explain what "does not work perfectly" means.
I have a listview without the android:stackFromBottom="true" parameter. I also have an ArrayAdapter with the regular getItem(position). I ca...
Blackandblue asked 28/3, 2014 at 16:27
4
Solved
So in my Android app I have where the main activity has tabs and in each tab there is a fragment containing a listview. But for some reason the last item in the listview always gets cut off. I have...
Selfdenial asked 23/11, 2015 at 3:27
9
Solved
I have an XML with two ListView, one with a list of clients filled by a select query (lv_cli) and the other with the details of the client selected (lv_cli_det).
I would like to keep the client sel...
Lorelle asked 24/4, 2013 at 10:29
1
I want my item in ListView to expand into a Fragment / Activity showing the item details.
Here's an example showing the animation - https://dl.dropboxusercontent.com/u/75404011/inbox-animation.mp4...
Coons asked 14/11, 2015 at 16:15
5
Solved
below is my code which works fine for showing listview horizontally. how can I change it to gridvew. What changes should I make to change it to gridview? help me please
public class fifthscreen ex...
Banns asked 8/10, 2013 at 8:54
1
I have a RecyclerView that contains a number of items. Each item is just a TextView, but the padding and font style can change for each item. In terms of the most efficient/smooth scrolling, is it ...
Bandanna asked 16/1, 2015 at 22:12
3
I inflate a view with LayoutInflater. The background color of my inflated RelativeLayout is set in my xml file. I have experienced a strange issue on one of my devices: sometimes (randomly) the bac...
Equilibrium asked 8/8, 2013 at 12:45
4
Solved
As seen in the tablet version of gmail and google talk I am trying to show the current selection in a listview. I know this is not standard practice and should be avoided when necessary.in my progr...
Dancy asked 15/3, 2012 at 23:4
3
I need to implement swipe to delete in a ListView with Undo function as in Gmail App
I know that there are questions already asking about swipe to delete like
Remove item listview with Slide - ...
Goolsby asked 30/8, 2013 at 6:34
2
Solved
I implemented a RecyclerView and I can't figure out how to get touch feedback (the ripple effect from it).
Here is what i did for the onClickListener:
holder.itemView.setOnClickListener(new OnCli...
Tarmac asked 23/1, 2015 at 0:10
6
Solved
I have one ListView which can hold an image. It depends if image exists or not in SDCARD.
Here my example code:
public class MainActivity extends Activity {
ListView mListView;
@Override
pro...
Undergarment asked 11/10, 2011 at 16:9
4
Solved
I want to do some stuff. I wanna do lazy loading in ListView. My ListView contain more than 10,000 data & only in TextView. so i can't load all that data in first time when i launch list activi...
Desolation asked 22/5, 2012 at 6:2
2
I am stuck with problem since last two days i.e. i have created ListView with Custom View with Variant SubLayout like:
Problems:
When i click on EditText of Qty, its displaying Soft Input K...
Peaked asked 8/5, 2015 at 10:52
2
I wnat to show and hide the Android ActionBar when the user scrolls the screen. I found some examples, like this question in SO. But the code showed in this question and its answer makes the action...
Picker asked 27/2, 2015 at 14:34
9
Solved
I am trying to implement ListView with Delete functionality to delete item from the listview. I am successful to delete but failed to refresh the listview after deletetion of an item from the datab...
Lixiviate asked 11/1, 2011 at 10:56
5
Solved
I am trying to disable the ListView selector on my ListView. I set the List Selector color to a transparent color. This seems to do the trick, but when I select certain text, they change colors. Ho...
Silassilastic asked 15/6, 2011 at 23:39
4
I am developing an application with a shop list in a listview. I need that when I swipe the item of listview to the right(or left), this item should get deleted from the listview.
I have my listvi...
Loft asked 18/1, 2013 at 12:14
4
Solved
I have stumbled upon a problem I can't quite get my head around, so I was hoping perhaps someone here have had the same problem or knew a good way of solving the problem.
I have created a view co...
Nagano asked 26/7, 2012 at 22:22
4
I have a ListView with fastScrollAlwaysVisible and fastScrollEnabled both set to true. After implementing SectionIndexer to my Adapter and an AlphabetIndexer, my fast scroll thumb will disappear wh...
Dalessandro asked 20/3, 2012 at 2:56
4
I'm using ListViewDraggingAnimation by DevBytes, but it seems broken on Android Lollipop developer preview 2 (LPX13D). When I drag a row over other rows, those rows will disappear and become no lon...
Stenopetalous asked 30/10, 2014 at 9:13
3
Solved
I implemented a ListView that worked correctly until I added more than 5 items and 2 headers. Im not entirely sure why some items are not appearing and others are appearing multiple times. Any assi...
Target asked 23/6, 2015 at 20:5
5
Solved
I have a ListView that should have the following layout in its rows:
HEADER
Text
HEADER should be static but the Text changes every few seconds.
I implemented it by populating a String[] array, pa...
Lamaism asked 5/4, 2013 at 11:7
© 2022 - 2024 — McMap. All rights reserved.