[android-beginners] Re: ListActivity with image and text

2008-12-16 Thread RobW
I think you'll find an example of that in the ApiDemos (List8) Not sure if you create a uri from the id (int below) or path: Java: R.drawable.imagename (int) In view xml: @drawable/imagename --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: ListActivity with image and text

2008-12-15 Thread Luke w
Hello ribz, I have the similar question, i want load some local images using FileInputStream but i dont know the URI to these local image files. They are located in res/drawable/*.bmp. Do you have any solution ? BR, Luke Wang Bob Hope - I don't feel old. I don't feel anything till noon. That's

[android-beginners] Re: ListActivity with image and text

2008-12-13 Thread ribz
I want to load images into my list view from the web. I have a URLs of the images/thumbnails which I've retrieved from an rss feed and stored in a table. Is this possible with a list or cursor adapter or is there another way? What is a good way to prepare loading and display of a set of images?

[android-beginners] Re: ListActivity with image and text

2008-04-04 Thread mobi
Oh nevermind...figured it out..%-/ On Apr 4, 2:48 pm, mobi [EMAIL PROTECTED] wrote: Hi, I've been trying to create a list with image and text for each listitem. I've tried creating a custom adapter and tried using TwoLineListItem, but I can't make it work other when using simple custom