A ListView is a graphical screen control or widget provided by UI libraries in majority of modern operating systems.
0
votes
0answers
3 views
TStylebook iOS Delphi XE4
Does anyone know if the TStylebook component will allow a user to change the look of the listview... (Not just an item title and detail). It works on a windows app which is fine, but i would like to ...
1
vote
1answer
3k views
Android ListView delete row button - focus issue
I have an activity with ListView and buttons below:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
1
vote
3answers
702 views
Can't make ListView Background transparent in Android 2.2
I'm having troubles with setting the background to be transparent on Android 2.2 (HTC Desire), even though it works perfectly in 4.0 (Samsung Galaxy SII).
I've tried both
...
0
votes
0answers
9 views
List View Insertion
I am using list view for insertion in a table.
<InsertItemTemplate>
<tr style="">
<td><asp:Button ID="IBtn" runat="server" OnClick="InsertUpdateRecord"
...
0
votes
1answer
14 views
ListView id not valid
i've got a problem with an activity with root element ListView. I've followed this tutorial to load items into listview and all work. But i've tried to change the id of the listview and now, when the ...
1
vote
2answers
1k views
Styling the sectionIndexer
Has anyone found a way to style the widget that appears when SectionIndexer is used? Styling changes such as changing the text color or the background color.
0
votes
2answers
59 views
I'm looking for a list like this in the image for Delphi XE3?
Anybody knows where to find or how to make a list like this one in Delphi XE3 ?
Or it's time to leave Delphi and use Visual studio ?
however this site list view control for .NET Windows Forms claims ...
0
votes
0answers
36 views
I have a list view, and I need it do display multilines with image, anyone knows how?
I'm using Delphi XE3 and I have this code that displays a nice list view which I was looking for a long time, but I want to make each item in the list (sub items) each has a multiline and an image, ...
0
votes
2answers
37 views
Display Image in a Listview (In Adapter) using Json
Please bear with me before downvoting this.I am a beginner to Android. After trying multiple solutions on here I have failed to resolve this.
I am trying to set the Image in the listview with the ...
0
votes
1answer
16 views
How to list all files with a specific extension fast and efficiently from a SD card in android?
I am trying to build an android app which lists all the files from the SD card that contain a specific extension. For e.g: pdf,mp3,txt etc.
I have tried using the android MediaStore class' ...
8
votes
4answers
11k views
Android: How can I add HTML links inside a ListView?
How would I go about adding clickable links inside a ListView?
2
votes
1answer
4k views
How can I add items in a listview for Android App?
I am quite new in android and being requested to develop an app for android. I am working on Android 2.2. The problem I have encountered is that the name of the client should appear once I click the ...
1
vote
1answer
174 views
How to implement search widget with a listview using SherlockActionbar?
So, I'm trying to implement this code (http://stackoverflow.com/a/14085524/2213992) on my application but no success so far.
This is my MainActivity.java:
import java.util.List;
import ...
0
votes
1answer
18 views
why disabled item is still checkable in listview
I want a listView with some items and all of them could be checked. But if the first item is not checked then the other item is not enabled, of course, they should not be checkable at the time.
So I ...
1
vote
1answer
447 views
Toggling sort order of listviews in jQuery Mobile
I'm hacking up a prototype app using jQuery Mobile (aka JQM). I'm no expert, but I'm getting by until hitting a sorting challenge.
I want a selection of data rows and need the rows to be sortable ...
41
votes
6answers
26k views
Listview Scroll to the end of the list after updating the list
I would like to after I have updated by listAdapter I want to make sure that the list is scrolled all the way to the bottom so that it displays the last element entered in the list How can I do this ?
...
0
votes
1answer
46 views
How can I show a different listview for each button pressed
I have a row of buttons that I want to populate a listview. That looks like this:
Button1 | Button2 | Button3 | Button4
List Item 1
List Item 2
List Item 3
If I press Button1, I will show one ...
1
vote
3answers
22 views
jquery select one item from li using class name
I have a ul>li structure using jQuery Mobile that looks like this:
<div>
<ul data-role="listview">
<li><a href="#" class="FoodDrinkItem">Hamburger<p ...
0
votes
1answer
19 views
Android: ListView filtering from a dropdown menu OR checkboxes
I've been browsing these and other "forums" for quite a bit and I've not been able to find a "guide" to this issue I'm facing.
I've had an Android course and I decided to start working on my own app, ...
1
vote
0answers
27 views
Android on Long Click is not working properly - custom list
my custom listview is not working properly. it works fine till i didnt scroll to the end, but as i scroll to end its onclick feature stop working, i m using custom list extending base adapter..
i ...
0
votes
4answers
38 views
How to get data and View from a ListView
Hi everyone:
I hope someone can help me here,The Cursor generated by a Query populate the ListView with the Layout defined by simple_list_item_2.
To create the Intent i need the first string of the ...
1
vote
1answer
3k views
Databinding to ASP.NET DropDownList list in ListView
Basically when editing an item, I want to bind its ProviderId value to the DropDownList's select value. DropDownList is getting its list of values from other entity entity_List as you can see.
...
1
vote
1answer
30 views
ListView items don't load on screen
The use case is the following:
I want to load a ListView inside a ViewPager and at the same time set a OnItemClickListener on the list.
Can someone tell why is that the ListView doesn't load, i.e. ...
0
votes
0answers
16 views
Sectioned ListView - fc on scrolling
Im trying to make a list view that has sections.
Im using custom adapter
List gets populated fine but as soon as i try to scroll it crashes (NullPointerException)
Here is the Adapter
public final ...
0
votes
0answers
9 views
How to achieve submenu in asp.net list view control?
How to achieve the below html code using asp.net.The pages such as Home.aspx,AddUser.aspx etc are taken from the database.
Any help would be appreciated?
<ul id="jsddm">
...
0
votes
3answers
1k views
how to show mp3 file from sd card in list view?
I create one application which record audio and store it in SD card. I done this part
successfully. Here is code for inserting Audio file to SD card.
protected void addRecordingToMediaLibrary() {
...
0
votes
1answer
17 views
List View Box, Double clicking to a text box
I have a form with a list view box that contains two columns of data, and the same form I have two columns of text boxes.
I would like to make it so that if I double click a row of listview it will ...
0
votes
0answers
17 views
ListView in an activity with scrollable tabs
i'm doing an application which has an activity with "Scrollable tabs + swipe" navigation mode.
I want to put a ListView in this activity that change for every tab. Can I do that, or there are some ...
1
vote
3answers
325 views
Getting data from custom list view on click
I have a custom ListView with two TextViews both containing different values. What I want to be able to do it get the contents from one of these TextViews when an item is clicked.
This is the code I ...
-2
votes
2answers
37 views
getting data from custom ListView in Android
In a custom ListView , I want to send all data to somewhere. But I am unable to get the respective row data.
Here is my code..
import android.widget.EditText;
import android.widget.RadioButton;
...
0
votes
3answers
1k views
How to get data from custom ListView to use in Activity?
I'm working on a custom ListView with a custom ListAdapter based on BasedAdapter. My ListView item has a ToggleButton and an EditText. In the activity that uses this ListView, I have a Button called ...
6
votes
1answer
4k views
Android Implementing Chat Bubble in ListView
I am in the process of writing a chat client on Android but I am having some issues with putting a chat bubble in my client. My chat screen consists of a ListView with a textbox and a Send button at ...
0
votes
3answers
996 views
Parsing images in listview
I am parsing text and images in listview in android app. I have successfully parsed text in listview but failed to parse images. I m also getting url of images such as url/image.jpeg but donot know ...
0
votes
1answer
23 views
List view webpart JS Link is not working - Sharepoint 2013
I am trying to render the UI of list view webpart using JS Link option in SharePoint 2013. I uploaded the colorcode_items_script.JS file to masterpagegallary as 'JavaScript Display Template' content ...
2
votes
2answers
37 views
Android ListView trouble with OnItemClick Listener
My app is a list of firms, each firm is a row in my listview that shows: picture, name and phone (by adapter). Everything is working! But when I click in a item of my listview, it should start another ...
0
votes
5answers
4k views
Best approach to show big amount of “grid” data in Android
I am building an application for Android (1.5) that, after quering a webservice, shows to the user a big amount of data that should be displayed in a "grid" or "table" style.
I must show a result of ...
0
votes
0answers
17 views
Reading ListView Image from SQL
I use the following code to get movie covers from SQL and show them with their titles in a Large Icon ListView Control. I changed the view property to Large Icon. However, I can not see covers in the ...
0
votes
1answer
19 views
TextView null in Master Detail Flow template
I am using the Master Detail Flow template in android. I want to access the items in the list programmatically when the app starts in order to set the font size and the color of the TextViews that are ...
0
votes
1answer
32 views
Custom adapter failing without error
issue is this:
There are 49 items in the arraylist, and the adapter is stopping at item 3 without any error notification. The app does not crash, and no textviews are displayed. Here is the adapter:
...
0
votes
0answers
16 views
error inflating class android.widget.listView slidingMenu
My app force closes and gives this error
Im using the SlidingMenuLibrary to have a slide out menu from the left side and im thinking this is where my problem is but i dont know how to solve it.
...
0
votes
0answers
13 views
clicking the hyperlink inside WPF listview is not selecting the corresponding row
I have following listview with a gridview column and cell template for that gridview column. But when I click on the "hyperlink", the corresponding gridview row is not getting selected.
Could anyone ...
34
votes
9answers
48k views
ListView item background via custom selector
Is it possible to apply a custom background to each Listview item via the list selector?
The default selector specifies @android:color/transparent for the state_focused="false" case, but changing ...
2
votes
1answer
21 views
jQuery Mobile listview refresh after redirection
The page feed.html works fine when its called from browser but when it is called from another page via a href="feed.html" page loads but the listview inside doesn't show up.
The script that works for ...
0
votes
1answer
24 views
ListView EditItemLayout cancel action
I have great troubles with trying to "cancel" edit of items in ListView.
In InsertItemTemplate in ListView I'm using button which triggers this command in code behind:
ListView.InsertItemPosition = ...
6
votes
1answer
4k views
“Your content must have a ListView whose id attribute is 'android.R.id.list'” When changing from ListActivity to a view
I want to write an application that will a: Fill a list view with picture files from sdcard and b: display an image when choosing an option from the list.
However, it hangs with aforementioned ...
0
votes
2answers
38 views
Loading ObservableCollection with datetime values from an array
I have a ListView in a Class called HistoryStatistics and its template looks like this. Every item will have a button and two textblocks.
<ListView x:Name="HistoryLV" Grid.Row="1" ...
1
vote
1answer
2k views
Jquery mobile Data-Filter Fixed position/Static
I am using a listview with a data-filter in the ul and a long list.
My problem is that when I scroll down the data-filter search disappears.
It there anyway I could make it so it's always visible?
...
0
votes
2answers
611 views
Saving State of the checkbox in a custom list view with Checkboxes
I have a list view with checkboxes and I want that when user selects any check box and closes the application, and again opens the application, the same checkboxes should be selected. i.e I have to ...
1
vote
1answer
163 views
Index based List view using android
I am currently working on an Android application which shows various lists. I would like to create a list view like this: .. How can I achieve this? I tried AlphabetIndexer for fastscrolling ...
0
votes
0answers
30 views
How to refresh my Views
i have a question about refreshing my listview with new data in my cursor.
The Cursor.requery() method works quite good but it is deprecated so i'm trying another approach but that does not work very ...








