Hi there,

I'm having trouble to add a listview to a relativelayout. Ok, not
adding itself is the problem. I'm not able to fill it with my data. I
receive my data from a query to a webservice where i get a list of
books as response. In my listview i want to display just the title of
these books.
And there's the problem. If I'm trying it with

    listView.setAdapter(this, android.R.layout.simply_list_item1,
listBook);

I just get the id or value of those books.
I also tried to achieve it with listAdapters but... I need a little
guide for that.
Or maybe I'm totally in the wrong direction and I need a class which
extends listActivity with an EditView to generate my query and not a
listView within a RelativeLayout ?

I would be very grateful for any kind of help :)

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to