Hello,

I have a two string arrays:
String[] keys={"A","B","C","D","E"};
String[] values={"655","466","627","168","569"};

Now i wanted to display a list:
----------------------------
            A
----------------------------
            B
----------------------------
            C
----------------------------
            D
----------------------------
            E
----------------------------

When user clicks on any of above list item i wanted to show a values
associated with it.

That means i need to bind values with each corresponding list item.

I searched this group but not getting exact right direction or may be
am thing in wrong direction.

Thanks,
Prashant.

-- 
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
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to