I have been twisting my head around this issue for quite some time
now. Couldnt find anything close on the web. That's why I am coming
back to you now.

This is what I already have:

- Simple list adapter bound to an SQL database (TextView only) -
WORKS!
- And in a separate app: An imageloader that load images nicely from
my website into an ImageView - WORKS AS WELL!

This is what I like to have as an expansion / enhancement from the
above - all nicely integrated into one app:

- a custom list adapter that shows an icon + corresponding text (e.g.
apple icon and text "Apple")
- The web URL to the corresponding icon would be pulled from the SQL
database through the Cursor
- Based on the web URL the custom list adapter would load the correct
image (the image "apple") using the xml layout (ImageView + TextView)
- And it would pull the corresponding TextView (the word "Apple")
elements from the SQL database

If anyone of you has sample code or a tutorial that shows how to make
this all work ... I would be really grateful. (almost needless to say
that I am an Android novice ... but fanatic about it :-)).

Best regards christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to