Hello ;
i trying to develop an android application with flash builder.
i have a database and connected it, selected a table and created a service.
my table have a four coloumn. id - img - tag - date
id : as you know. table id coloumn auto increment.
img : long text area. i want to listed to page when clicking the menu item.
tag : tag is title of the img.
date : standart date coloumn.
i want to listing all data with menu style. i added to spinner list and it get to value at database tag (title) .
how can i listing to text (long text area) in to the img coloumn when selected the tag (title) at spinner list.
thanks
bye.