1
vote
1answer
20 views

SAX Parsing doesn't fill ListView

I'm sorry for my bad english firstly. Here is my goal; I need to read xml (actually from web service but there are some problem with my host and i use direct xml link, as my web services return ...
0
votes
1answer
31 views

Updating listview height to fill new form content (c#)

I have a form with a border which contains a listview, within my c# code the height of the border is changed depending on a value. Right now the border height changes with no problem but how can I ...
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 ...
0
votes
2answers
68 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
3answers
43 views

How to format ListView Rows

I have the following xml file for my CustomAdapter: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" ...
0
votes
2answers
24 views

How to handle the hiding from LinearLayouts?

I have a LinearLayout in a ListView and when I click a Button i want to show or hide anything in the LinearLayout. row = inflater.inflate(R.layout.info_top_rows_layout, parent, false); ...
0
votes
2answers
94 views

Android - How to work with nested ListViews

this is my first question on this site and I am also new to Android. I am creating an application using an online API. I am working with this API in XML and parsing the responses into ListViews. I ...
0
votes
1answer
26 views

How to add an explanatory text before a list view in android?

I have a list view but at the begining i want to place a piece of text that will help the users to understand what't the purpose of that list. After that i want to display the list and i want to be ...
0
votes
1answer
64 views

Searching a listview when the array is in the strings xml

I am having an issue with my function that searches my list. The list array used to be attached to a String[] in the actual .java files but I moved the array into the strings xml file to implement ...
0
votes
3answers
44 views

How to create list item that looks like its TextViews are bigger than it?

I have a listview and need to create listitem that has labels (star and 15 min) that slightly stand out of list item- looks like they are bigger. What kind of background must i make for listitem ...
0
votes
0answers
85 views

why does my ListView-item background color change

my application looks like this: ListView1 with N items(rows) as main menu --> ListView2 as sub menu for every N-item in ListView1. I m using the holo light theme and the Sherlock Action Bar ...
1
vote
3answers
123 views

Align two imageView with textView XML in android

I have a problem with my xml for android. I have this layout to use it in each line of a Listview (that works fine). I want to put two lines (head and body) of text, and align Right of the first line ...
0
votes
1answer
68 views

WPF - Highlighting rows in listview with binded XML

First of all I apologise for my bad english. I have xml binded to a listview, where each row stands for one person. I want row's background color blue or pink depending on sex element in xml. I've ...
0
votes
1answer
55 views

A LinearLayout and a ListView be in one view?

Example: Main LinearLayout |Sub LinearLayout|ListView | ListView has a set of names, which change the sub linear layout's content. Now I have the sub LL in my main LL. How do I add the ...
0
votes
2answers
229 views

How to do list box in android

am trying to do .when i click a button opens another activity and shows list box. In that list box display a list of values of particular column of table. that is we have to retrieve from sqlite ...
0
votes
2answers
68 views

Drawable Divider in a Listview fills parent

I have this image: and I want to assign this image to the divider property of a listview. The problem is the image expand all the width, and when I execute this app in a device the image is two ...
0
votes
0answers
25 views

Deleting a Node Thats selected in listview and delete it from the XML file

I want to ask if its possible and have some information or a sample code for next problem i got. I have made a look a like adressbook with some extra functions thats working perfect. But one thing ...
0
votes
2answers
38 views

ListView displaying incorrect title

I have a simple application that pulls an XML file from pc worlds RSS feed here: http://feeds.pcworld.com/pcworld/latestnews I want to display the name of the titles in a ListView then when the user ...
-1
votes
1answer
51 views

Android: Show XMLs in a ListView

I would like to know if there is a possibility of showing some XML files which are in a specific folder, in a ListView. I don't want to show the info from those XML files, just the file names. For ...
0
votes
0answers
83 views

Multi-level ListView derived from XML file?

I'm new to Java and Android. As my first project, I wanted to follow this tutorial and then modify it. I want change the ListView from a simple playlist to a multi-level "music library". I've written ...
2
votes
2answers
61 views

Android ignoring weight parameter on custom row

I have the following xml to build a custom row for my listview. It's working fine, but the status next to the address is being word wrapped which i don't want. In the past i've just set a weight and ...
0
votes
1answer
307 views

Displaying SQLite records in ListView

I have problem with tutorial. I'm beginner in Android development and my app using SQlite. This is code snippet which is responsible for displaying records from database in ListView. public void ...
0
votes
2answers
70 views

Listview, XML. nullpointerexception

I have a trouble in this issue and I cant go forward, stucked for almost 2 days now. This is what i want Photos is below I have json list, and its working fine.when I press the --> ITEM NUMBER X ...
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 ...
0
votes
2answers
95 views

Parse XML in Android for ListView

I'm currently working on parsing xml for android listview. I was able to parse and get a data for my listview. But, what if I want to get a specific data from that XML. hmmm like performing something ...
1
vote
2answers
250 views

Right and left align in a single ListView

I am setting a listView dynamically. I will have two things shown on each line that I will be receiving from parse.com. I want the first thing to be left aligned and blue, with the second thing right ...
1
vote
4answers
87 views

ListView disappears when DatePicker is added

I am currently writing an Android Project but I am having problems in my xml file. Without the datepicker, the listview is working well. However, when I add a datepicker(without editing the java ...
3
votes
3answers
176 views

Reading XML elements to ListView - how do i pass both variables to method

I've got a simple XML file from which i need to extract the inner text of 2 of the elements and pass them to a method which lists the text in 2 columns of a ListView. I'e got it working so that it ...
0
votes
0answers
81 views

Align items of the listview with items from other layout

I have this layout with a table layout and four items inside: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" ...
1
vote
4answers
98 views

how to optimize this layout?

I have this xml layout code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" ...
1
vote
1answer
115 views

Stopping a button stealing ListView focus

I have the following XML layout: At the moment I can only click the 'Add' button below the EditText, even though I have implemented and overridden the 'OnListViewClick' method from the extend ...
0
votes
1answer
294 views

Android: Populate ListView from an internal XML

I found this tutorial which makes exactly what I need : http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/ The problem is that the ListView gets populated from an XML ...
2
votes
2answers
146 views

Android fastest drawing layout for a list row

I'm creating a list view that I want to scroll smoothly. I am currently designing the row in my XML file, and am wondering which layout view to choose. I want a row layout similar to this: Mine ...
1
vote
1answer
236 views

Dynamically Creating Multiple ListViews in Android

I am currently in the process of developing a basic news aggregation app in android, I know there's loads out there but i'm basically just creating one because I think its a good place to begin for ...
0
votes
0answers
70 views

Duplicate listview output issue

Another newbie XML question, I have the following XML outlay: This is how it is loaded from the app: Once the serached for name has been entered it is populating the listview with the same ...
0
votes
1answer
549 views

Z-index in android?

I've more than one elemen in one xml.. listview,slidingdrawer,edittext and button... i want to sliding drawer order is always in front of another elements...but i can't.. here my xml ...
0
votes
1answer
219 views

divide layout for two parts, analog clock and a listview. android

I want to divide layout for two parts in first I will have only an analog clock, in the second I wanto to have a listview. xml file ; <LinearLayout ...
1
vote
2answers
218 views

Android ListView performLaunchActivity error doesn't show xml layout

ı'm fetching data from database via SQLite. ı recorded data to the database and with Listview ı wanna show the data in a xml. but couldn't launch activity. ı am using Listview for the first time. ...
-1
votes
1answer
155 views

list view from xml

Please see this image, I want to show my SMSes in this form , please help me This is xml file : <smses count="2"> <sms protocol="0" address="123" date="1356069180000" ...
0
votes
3answers
60 views

Do you need a Custom Adapter to add different view children to a ListView

I want to create a ListView with alternating row layouts. Row 1 - Layout A Row 2 - Layout B Row 3 - Layout A etc. Is it necessary to create a Custom Adapter for that or is it by default possible?
-1
votes
1answer
100 views

Android Rating bar Stops OnClickListener for list item

I currently have a listview in which each item can be clicked to display more info about the list item. I want to add a RatingBar for each list item. Ideally i would like to be able to change the ...
0
votes
2answers
293 views

XML Empty tags using Sax parsing

how to find or separate the empty xml strings in SAX Parsing. <Table diffgr:id="Table142" msdata:rowOrder="141"> <TeamIDGiven>7</TeamIDGiven> ...
1
vote
2answers
126 views

How to put an image and a text in a ListView in Android

I'm kind a new here so, I have a problem.. I have this menu a Listview specifically and I want to put an image before the text.. this is my menu2.java.. public class menu2 extends Activity { private ...
0
votes
0answers
120 views

How to create listview.xml listview inside main.xml

I want to create only one main.xml file that contains listview and others( such as textview ....) And listview (contains music list) should come up inside the main.xml All example that I saw is always ...
1
vote
2answers
320 views

ListView and wrap_content

I want to create an activity with a ListView on the left and a TextView on the right, side by side. I write the following xml, but the ListView occupies the entire page and it don't worry about the ...
1
vote
0answers
24 views

Apply format to column in listView depending on Name Column

I'm actually developing a WPF Desktop Application on Visual Basic and my problem is that I've been trying to set some format to some columns into a listView without success, so I was wondering if ...
0
votes
0answers
34 views

Non-deterministic behaviour getting drawable with listSelector in Android

I use the following xml code for define ListView structure. <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list" android:layout_width="300dp" ...
2
votes
0answers
483 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 ...
1
vote
1answer
90 views

CustomListView bacground issue

I make custom listview with image. my items.xml like this : <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/relativeLayout1" ...
0
votes
1answer
335 views

Loading Nested XML data in Listview in asp.net & c#

XML File <?xml version="1.0" encoding="utf-8"?> <Eticket> <BookingRef>17313</BookingRef> <CompID>HA</CompID> ...

1 2 3 4 5