A ListView is a graphical screen control or widget provided by UI libraries in majority of modern operating systems.
0
votes
0answers
42 views
How can i create a custom listview in SherlocklistActivity?
I have not worked on sherlock i wanna create a sherclockactionbar interface with two to three tabs at one tab i wanna have a listview with a sub item text it works on simple activity but it is not ...
-4
votes
1answer
40 views
Android listview with ratiogroup button [closed]
Andoid listiew to load questions and answers
how to get selected answer for these question to submit to web services.
question and answers load to android list view
0
votes
4answers
68 views
data will not populate listview
I'm having issues populating my listview. I thought I had modifed my XML and adapters accordingly but apparently not. When the activity is loaded the dialog pops up stating it's loading then the app ...
0
votes
3answers
43 views
how to disable longclick for listview in android
I want to disable the response to click and long click on items for a listview in android.
I have set isEnabled(int position) of the adapter to return false, so that the cells in the listview does not ...
0
votes
0answers
30 views
How do you animate ListView top padding in Android?
I'm doing a pull to refresh list view and when the user lifts his/her finger off of the screen, I want the padding to animate back to its original value. Here's what I have from the library I'm using, ...
0
votes
1answer
33 views
Arrow keys don't work after programmatically setting the selected item in a listview
I have a listview with some things in it, and I have a sub that will refresh the listview by deleting everything in it and re-populating it.
However, when the user selects an item and the list ...
0
votes
3answers
37 views
JSONObject not displaying on Listview
I'm attempting to take a JSONObject and display in listview. The request for the object is returning what it should, it seems the rest of the code isn't working....
Here is my code:
import ...
1
vote
1answer
35 views
Display a clickable list in fragment
I've a fragment where a clickable list should get displayed.
The list comes from the method List<Location> getAllLocations().
A Location-Element comes from a database and looks like the ...
0
votes
3answers
54 views
java.lang.NullPointerException in Filtering a ListView
I'm trying to do a search bar that filter a listview But I'm facing this error in this line filteredProjects.add(container.getProjects().get(i)); and I can't figure out why? Any idea what the problem ...
-1
votes
2answers
109 views
Android retrieve image from sqlite and pass it to next activity through listview item
Thanks in advance. I sucess to pass data from list view to next activity but now i need to add an image from my database to listview and then pass it to the next activity. Or if it's easeiest just ...
0
votes
1answer
55 views
Listview change applies after 2nd postback?
i have a listview and a button out of this list view, on button click i want to add a "insert" row defined in InsertItemTemplate. The problem is when i click the button, this row is added(i know this ...
0
votes
0answers
26 views
ListView with CheckedTextView doesn't stay checked (mode SINGLE)
WHAT I HAVE:
I'm using CheckedTextView with ListView. A row in ListView is a CheckedTextView (same id all time). ListView has set choice mode to CHOICE_MODE_SINGLE.
PROBLEM:
OnItemCliked nothing ...
0
votes
0answers
21 views
Efficient use of ListView on changeCursor and avoid data rebinding?
Below is my code for my bindView() for my CursorAdapter.
The whole middle section there is me setting an identifier on one of the images, that will prevent my ImageLoader (a lazy image loader) from ...
0
votes
2answers
26 views
Turning list to gallery view when screen is rotated?
Currently i have a simple listview of movies and want to turn that listview into a gallery of movie pictures when rotated. So basically i want to know if this is possible? Thanks in advanced and ...
1
vote
3answers
33 views
How to get one paramater from list view
i get data from json to list view
for (int i = 0; i < following.length(); i++) {
JSONObject c = following.getJSONObject(i);
// Storing each json item in variable
...
0
votes
0answers
34 views
Using Endless Adapter, ListView won't update
this is my first time posting a question on this website, so please bear with me.
I need to implement a listView that possibly has an endless amount data... for the adapter, I made a custom list ...
0
votes
2answers
29 views
How to open listed files directly from a ListView in android
I am developing an application where particular files will be listed in a list view. Now when a user clicks on an item in the list the selected file should open in its default handler. For eg: if the ...
0
votes
0answers
17 views
Adding user control into listview dynamically ruins format
i am trying to add a user control into specific place in listview(under the row where that button is) on button click. It works fine but the problem is all rows under this added control are not ...
0
votes
1answer
20 views
NPE while populating listView with JSON
public class DisplayServiceActivity extends ListActivity {
private ListView listOfServices;
//JSONArrays?
JSONArray directory = null;
//JSON Node names
private static String TAG_ID = "id";
private ...
0
votes
2answers
50 views
ListView custom adapter - When to call notifyDataSetChanged?
I've been reading lots of questions and answers on Stckoverflow. But still can't find when do I actually use adapter.notifyDataSetChanged.
Previously, after adding all items into an ArrayList, I did
...
0
votes
2answers
36 views
Issues with AsycTask for json request
package com.example.hstnc_activity;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.net.URL;
import android.annotation.SuppressLint;
import ...
0
votes
1answer
49 views
Random selection of custom listview checkbox while scrolling down
Hi i'm new to android and doing custom listview with checkbox, in that i'm facing random selection of another list item checkbox while scrolling. I have gone through some threads but didn't solve my ...
0
votes
2answers
31 views
Android: Display special characters in ListView
At this moment I am creating a small Android app, as a hobby.
It is not something serious: it makes a query from an sqlite database, and displays the results in a listview element. If you click on an ...
0
votes
1answer
36 views
WPF: ListView with Images from a folder
I'm sort of new to WPF, but I have to do this and it's taking a lot of my time. I've searched for a solution but there are many alternative solutions and I honestly don't understand most of this. I ...
0
votes
0answers
36 views
Getting the same row in listview from sqlite
When i get the users from my sqlite database and send it to listview i get only the last user duplicated the amout of users i have. I dont know why , this is bugging me for some time now.
I am sure ...
0
votes
3answers
51 views
My TextView is not showing…Why?
I am trying to create a ListView with a TextView immediately under it. To accomplish this I am adding a footer to the ListView. I want a line between the ListView and the TextView, but I want it to ...
0
votes
1answer
32 views
How to change the data in a ListView of one Activity from other Activity
I have seen few question on SOF, but neither of them helped.
In my application I have a List of users which can be accessed by clicking friends of a user. The flow is:
Go to my profile
Click ...
0
votes
0answers
49 views
Can't get Video Demo List Activity Feature from youtube /Android APi to integrate with a test app -Help Really needed
I am trying to integrate the VideoDemoListActivity Demo/Feature from Youtube/Androids API into an android app. I am a newbie to both Java and Android - this is my first question here! I have managed ...
0
votes
1answer
50 views
How to concatenate multiple XML childnodes into one in a ListView row?
I'm developing an application that queries MusicBrainz for data and I'm viewing it by binding the results to ListViews using some XPath.
Now, the underlying XML for the second (albums) ListView is ...
1
vote
1answer
39 views
C# Listview text importing function does nothing
i am trying to import .txt file contents to my listview, the text file is already saved as multiple lines in this structure: "Line ID"ï¼¾"String"
i use this code to import the data:
...
0
votes
0answers
12 views
Xaml ListView columns not displaying right
I am using Azure mobile services to get data from a table and display it onto my app. I am using the code below but the data is being shown all in one row - the columns are not being separated. I have ...
0
votes
0answers
21 views
List/Grid not setting images properly
So this is the deal.
I got a List/Grid with an adapter. Each row/tile has an image. This image is in a server. So I got to download it. I use a custom AsyncTask for this. like this:
ImageView ...
0
votes
0answers
33 views
ViewState timing issue with DataPager in SharePoint 2013?
I'm porting an existing custom SP 2010 webpart containing a UserControl with a ListView and a DataPager to SP 2013 and seeing some weirdness with the DataPager and I believe the cause is associated ...
0
votes
1answer
50 views
Android ListView Navigation
I want to display categories-subcategories using list view (sort of breadcrumb menu). But I don't know where to start?
Here is the requirement
The first screen should show a list of categories. When ...
-8
votes
1answer
61 views
Android listview selected item while button click [closed]
im newbie to android development.
i have 3 TextViews and a button in a ListView Control. my doubt is while clicking on this button
i want to get selected list items TextView text, may i know how to ...
0
votes
0answers
45 views
need select all functionality for check boxes using getview from adapters
I am trying to load all the contacts from cell to the list view. I was able to load the contacts to the listview. However, now I am not able to select all the check boxes for some reason. I am working ...
1
vote
5answers
57 views
Can not click on ListView content in android application
I produced a ListView to load data from sqlite database using AssetHelper. The program works well but I want to make a clicklistener and add activity for single data of ListView content. But I can not ...
1
vote
1answer
37 views
Create dyanamic List Row layout Programatically
Thanks for reading my query.
We are looking for a template based solution to list row where each list row might have different-2 field and their alignment which will be driven by server in the form ...
0
votes
0answers
20 views
How to intercept all the horizontal onScroll or onFling events of a (vertical) ListView Android
ive a vertical List with a horizontalList as rowItem. If i scroll vertical it works fine, if i scroll diagonal up or downwards it works also fine for the vertical list, but nothing moves for the ...
0
votes
1answer
28 views
WPF The property 'Content' cannot be data bound to a visual element
I have a list view and on the first column i try to bind the index of the underlying collection.
<Window.Resources>
<local:IndexConverter x:Key="IndexConverter" />
...
0
votes
1answer
19 views
Duplicate background change for selected row in baseadapter when touched
im using baseadapter ang i'm trying to change the background of an item when it is clicked. but when i scroll down, other row's background is also changed. i've already specified my choicemode to ...
0
votes
1answer
38 views
Application stops on changing page
I am working in one application where i am getting continuous response from server but when i change the page or moved to the other screen the application gets stop.I am receiving the response from ...
0
votes
2answers
33 views
How to listview row in textview change text in android?
i develop listview in custom row created.but i used list button click open the alert dialog box and selected radio button then dialog is dismiss and i call update function but how to change row text ...
0
votes
1answer
32 views
pass data to new activity from adapter class
I made one custom listview with image and text.When u click on image it ll lead you to new activity.Now i want to pass image and text to new activity.i know with putExtra method you can pass data but ...
-3
votes
3answers
42 views
android listview and button and text with gesture detection
I am new to android programming. I have this problem that I created a listView with button and text. I wanted all of this object to be active. Meaning I can click or touch any of these 3. The main ...
1
vote
1answer
49 views
using inline content in jquery thickbox
I use JQuery ThickBox 3.1 , and here is my code
<telerik:RadListView runat="server" ID="myDataList" AllowPaging="true"
DataKeyNames="id" ItemPlaceholderID="PlaceHolder1"
...
0
votes
2answers
64 views
Android - Multilevel Listviews
I am relatively new to Android and working with an online API. I have two activities. The first activity is bringing up a list of search results and placing them into a ListView. This is not a ...
0
votes
1answer
42 views
VB.net Option Strict, listview.items.add(itm.clone) Overload
In VB.net (2012) I have the following code:
For Each itm As ListViewItem In Me.lvCustomers
If CDbl(itm.Tag) <> customer.Id Then Me.lvMerges.Items.Add(itm.Clone)
Next
With Option Strict On ...
0
votes
0answers
64 views
Multicolumn ListView with EditText scrolls to the right when start typing
I have created a multicolumn ListView with multiple EditText views in the list item. The ListView lives inside a HorizontalScrollView, so that the user can scroll horizontally since there are many ...
-1
votes
0answers
7 views
listview works in emulator but not working in galaxy siii [closed]
I need help with a custom listview. The list view is populated by selecting one of three dates: yesterday, today, tomorrow. It works perfectly in an emulator targeting at API 15 for any of the 3 ...


