A ListView is a graphical screen control or widget provided by UI libraries in majority of modern operating systems.
8
votes
0answers
351 views
list view getListItemXmlAttributes method fails with child publication items
I have created JS classes to populate SG/Folder list view data when items are modified (As per Jaime's approach)
everything works great when I operate on items in the publication they're created in.
...
4
votes
0answers
79 views
Different z-position for ListView items
Is it possible to make items in a ListView have different z-position/index?
I want one item in my ListView to always be on top of other views in my layout.
See my illustration here:
The red bar ...
4
votes
0answers
1k views
ListView item with list_selector_background as LayerList drawable
If we use a ListView or an ExpandableListView the default background is @android:drawable/list_selector_background. I have an ExpandableListView which shows data grouped by date. I like the state list ...
4
votes
0answers
1k views
Listview with checkboxes in alert dialog box
I'm displaying the contacts in a Multi-select "Ok, Cancel" dialog box. I've implemented Filterable for the adapter that displays the contacts in the dialog. The problem is, once I try and select ...
3
votes
0answers
56 views
OpenGLRenderer, found invalid glyph
I am trying on an android application which have a listview in it.
In this listview, just images are listed.
I wonder, although application works perfectly, when i click on an item in listview ...
3
votes
0answers
374 views
Pinch Zoom ListView Android
I'm trying to implement a pinch to zoom in a listview on Android and I'm facing a problem when I click and drag the zoomed list view.
First, here's the code:
public class ScaleListView extends ...
3
votes
0answers
91 views
Listview colum header names, stackable?
I'm just curious as to if the column names are stackable on top of each other, in other words:
ORIGINAL
|test|testing test1|testing test32|test3|
NEW
|test|testing|testing|test
test1 ...
3
votes
0answers
444 views
Scrollbar not visible in jquery mobile app
I am working on a jquery mobile app which uses phonegap. In the app, I am dynamically loading a listview in a page with number of items greater than what can be shown on a single screen. When viewing ...
3
votes
0answers
275 views
ListView onClick and onItemSelected
I went through this link to fire events for my listView. I understood the concept of OnItemClickListener. But I have a problem. I have a listSelector drawable for my ListView. But whenever I attach ...
3
votes
0answers
452 views
C# listview imagelist fast add many items
I have a ListView and ImageList in C# on my form and read a directory with about 1000 files maximum.
I pre-populate the ListView and ImageList with the count of the fileItems DummyItems with the ...
3
votes
0answers
880 views
Android ListView themes
There are lots of way to style ListViews to give them elegant look, but all of them involve modyfying the adapter or writing additional code.
With the release of Android 4.0, unfortunetely things ...
3
votes
0answers
1k views
How to implement filter for custom BaseAdapter with ListView?
This is my custom adapter inherited from BaseAdapter:
public class LocationItemAdapter extends BaseAdapter implements Filterable {
private Activity context;
private String[] names;
...
3
votes
0answers
231 views
Android: calculating view size inside MyAdapter::getView
I have a ListView inside which I dynamicaly fill the list items in the getView() method, with a combination of TextView, and an ImageView.
I need to calculate the size of the Text and Image view ...
3
votes
0answers
287 views
Android: Finding ListView's item rendered height
Is there any way of finding the height of a ListView's item currently being shown in the list without setting it yourself in the layout xml files?
I've tried
View listItem = ...
3
votes
0answers
202 views
Custom listview CheckableRelativeLayout is setChecked(false) on repaint
I have made a class CheckableRelativeLayout that extends RelativeLayout and implements Checkable. It is a custom listview that has the ability to check listitems, in my case radio buttons.
I override ...
2
votes
0answers
85 views
Wpf gridview selected Item
I have Listview with gridview inside view of listview and listview item source is specified.
I dont seem to find how can
i get selected item of gridview or selected item changed.
<ListView ...
2
votes
0answers
73 views
Combine javafx 2 ListView and GridPane features
My target is to display an abbreviation list with two entries per line: the abbreviation and the corresponding long version. For a nice layout I used a GridPane because of the vertical alignment over ...
2
votes
0answers
92 views
Populating a list view by button click - on the same page
I'm trying to populate a listview from the click of a button, which is contained on the same xml layout as the listview.
I wanted to have the button on the same page so I am trying to implement an ...
2
votes
0answers
68 views
Location show on map according to list?
I am trying to fit a Google Mapview and a ListView into one activity. The Mapview shall take 2/3 of the upper side, and the list 1/3 of the lower side (in portrait).
in this way assume it as ...
2
votes
0answers
873 views
ListView with android mysql database using php
I am making an android application that connects to an external mysql database and i have a login and registration function working on it.
I have a table within my database called lessons and has ...
2
votes
0answers
205 views
How to build a multiple columns ListView in android and user can scroll to see invisible columns?
I want to build a Table with many columns (20) and many rows (100), so some columns would be invisible due to the screen's width.
I choose to use ListView for this, but how to make user see the ...
2
votes
0answers
396 views
setOnFocusChangeListener - Triggers after each character
I have the following custom base adapter. I have a listview with a edittext on each item. I want to save that data as soon as the user leaves the edittext, but what happens now is that each time the ...
2
votes
0answers
383 views
Update a listview in a fragment from a broadcast receiver
I have to update a listview in a fragment if a file succesfully downloads. So in my download manager's BroadcastReceiver I register this new broadcast receiver:
Intent intent = new Intent();
...
2
votes
0answers
106 views
ListView is not showing all items while parsing xml?
I want to show all contents from xml parsing in a listview. The xml containing 28 set of data. But the listView is showing only 12 set of data.Here is my code for listView xml:
<?xml ...
2
votes
0answers
214 views
android appwidget listview not updating
I've written an AppWidget that displays some data in a ListView from a ContentProvider, but I have trouble having it update. When I first create the widget it gets populated correctly, but after the ...
2
votes
0answers
149 views
Filtering listview using cursorAdapter error
Im having a problem about filtering my listView. Whenever Im trying to input a text in my editText, nothing changed.
Maybe the problem is about this.. my mCursor declaration
Cursor mCursor = ...
2
votes
0answers
64 views
Can I paint RichList each row with a Background Image? (Blackberry)
I want an arrow image placing right side of the row of RichList. But since RichList only allows an image to be on the LEFT side of its list. So I thought why don't paint a row of a Richlist like with ...
2
votes
0answers
55 views
android 4.0 cursor android.database.StaleDataException: Attempted to access
Please check the contact list code
http://www.pocketmagic.net/2011/03/android-contacts-a-simple-contact-selector/#.UNe0j7YzAQQ
When I run the code on android 4.0+
It will appear the error ...
2
votes
0answers
100 views
compatability with 2.3 and higher with listfragments, tabhost,simple curson adapter
I am creating app to load tweets for a particular firm. To make it compatible with Android 2.3 and higher version, i needed to use FragmentActivity & ListFragment. I am getting tweets on app start ...
2
votes
0answers
74 views
Is there a SharedSizeGroup equivalent for ListViews inside ItemsControl?
I use an ItemsControl representing Countries. For each country I use a ListView for showing its cities:
<ItemsControl ItemsSource="{Binding Countries}">
...
2
votes
0answers
112 views
Android: How to create an expanding list like in Youtube app
I was looking at the Android YouTube app from Nov 2012, I they have a "list" like view which shows the related videos to the current video. If they click on the "more" part, it loads more below.
What ...
2
votes
0answers
145 views
Jeff Sharkey Listview
I'm relatively new to Android and Java so forgive me if this is a stupid question. I'm using Jeff Sharkeys SeperatedListAdapter and I'd like to create a list like below, where it goes HEAD ...
2
votes
0answers
38 views
android equivalent of cancelBubble in DOM
In my current project I implemented a PullToRefreshListView with a header view, say, an ImageView.
A PullToRefreshListView has a header view(RefreshView) to show pull to refresh or release to load ...
2
votes
0answers
484 views
Parse xml data into interactive ListView with RadioGroup
UPDATE: I have solved my problem with the help of this I'll post if anyone interested.
this is my first post...please be gentle.
I have successfully parsed data from an xml file into a ListView. I ...
2
votes
0answers
302 views
How to use custom listview on fragment and sqlite
I'm a newbie in android.
I want to build a custom listview in a fragment of data that is stored on a sqlite database in a Viewpagerindicator.
I do not know exactly how to build it. People can give me ...
2
votes
0answers
161 views
Listview and Viewpager inside Popupwindow like My Places (Maps Android tablet)
can u guys do a favor for me? as i am in need for ur help.
could u guys do an example of viewpager within a popupwindow like in the maps app(android tablet). as an example, once the Menu -> My Places ...
2
votes
0answers
159 views
Disable list item in App Widget
Is it possible to have some items disabled in a list view in an app widget on the home screen?
Right now I'm using a PendingIntent template for the list view and then I fill in the intents for each ...
2
votes
0answers
86 views
Highlight ListView row based on database value
I need to highlight a ListView row based on a value pulled from the data set that is populating the ListView. As shown in the code below, I know how to modify a textview based on a database value via ...
2
votes
0answers
277 views
phonegap overscroll list
I'm developing an application on android(4.0.3) with phonegap
when I scroll down my list and reach the bottom, a blue highlight appears to indicate the end of scroll( not sure what its called, ...
2
votes
0answers
104 views
Create an On-touch expand ListView in android
I want to create a listview in android so that when I want to click on of the list items, it expand to show more details.
How can I do that ?
thanks in advance ...
2
votes
0answers
273 views
LVCOLUMN ListView ColumnHeader Image padding and alignment c# .net 3.5 winform
Using the procedure in the following article Microsoft Support Article It is possible to add an image from an ImageList into the ColumnHeader of a ListView control.
However the Image is always on the ...
2
votes
0answers
258 views
WPF Listview Virtualization mode gives issues while binding
I have created a new class (derived from listview).
This listview is part of a view, which has a viewmodel. This viewmodel has two main properties - 1)myView(ICollectionView)...and isWritable(bool).
...
2
votes
0answers
272 views
Why are my contact photos not displaying in listview?
IMPORTANT TO NOTE THAT THE API IM WORKING WITH IS 2.3
I have a listview that is currently populated by the contacts (currently 6) who have sent me text messages in my device's inbox. After all ...
2
votes
0answers
141 views
Discrete scrolling in listview android
I need to make some kind of slot machine on android, so I have three endless circular listviews with pictures. Question is how to keep items in row every time after user`s scroll? I tried to implement ...
2
votes
0answers
181 views
Android listview scroll by pixels with no delay
I have a listview that I am implementing pinch zooming on. I resize each child view of the listview which changes the row height. When these rows are resized, the top item of the list view remains ...
2
votes
0answers
196 views
URLSpan on the TextView In the ListView
I have developed a Thread BBS app.
I use ListView for Thread. ListView has some TextViews, And a TextView has some Clickable URLSpan.
textview1 myname
textview2 message message message.
body ...
2
votes
0answers
180 views
position restarts gallery in listview
In my application i am using a Gallery view in Listview.While scrolling Listview item shows the first position. means in my screen 4 rows are visible 0,1,2,3. To view the fifth row i am scrolling ...
2
votes
0answers
739 views
Android; Using SimpleAdapter with setOnItemClick a Listview containing Checkboxes
I have a ListView in an Activity (Not ListActivity) that is populated by a SimpleAdapter.
public void updateGroupsInfoPane(){
final ListView m_listview3 = (ListView) ...
2
votes
0answers
100 views
ContentView not properly set on Android (Huawei device): maxScrollFactorString = null
When I call setContentView(layout..) it switches to the layout. It only loads a TextView but not my ListView. I did not block the UI thread.
In LogCat there is a strange message: ...
2
votes
0answers
302 views
scroll is not working on listview
I got a ListView which increases dynamically as i scroll to the bottom. but when i use mouse scroll as soon as i get to the bottom it gives me a blank ListView. But it works fine if i drag it to the ...



