Use a ListView. Each row would contain a LinearLayout consisting of your image and your text. Here is a sample project demonstrating this:
http://github.com/commonsguy/cw-android/tree/master/FancyLists/Dynamic/ On Thu, Oct 14, 2010 at 8:21 AM, pranay <[email protected]> wrote: > I wish to make a scrolling interface. > The screen is populated with images in the left one fourth and > corresponding text for an image in the remaining three fourth. > There will be n number of image-text on the screen and hence should be > scrollable. > Also image-text when clicked takes you to a new screen. > I seem to be stuck and cant think about which layout should I choose. > Please help me as I am a beginner in Android Developing. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

