On Aug 11, 8:12 pm, Honest <honestsucc...@gmail.com> wrote:
> Thanks pskink for you reply. But can you tell me how can i use
> ListView or ScroolView. My basic requirement is that i want to display
> more then one String and user should be able to select multiple item
> from them. Please advice me and if possible give me code snippt. I am
> doing this silly things from last two days. Sometimes easy things take
> time.
>

well, add ScrollView in your layout file, inside it add empty
LinearLayout with some id

then in java obtain that LinearLayout by calling findViewById, cast it
to LinearLayout and finally call addView once or more times

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

Reply via email to