0

I have a small and simple question. I need to have a widget in my app that is similar to listview, or image gallery I don't know. So this is my question how can I do something like this in my app?

Here is the widget I am talking about. It has a imageview, and two textviews, and this widget should be able to scroll left or right. enter image description here

Darko Petkovski
  • 3,892
  • 13
  • 53
  • 117
  • http://code.google.com/p/android-ui-utils/downloads/detail?name=CarouselExample.zip. http://stackoverflow.com/questions/15390402/how-can-i-display-a-specific-folder-in-android-gallery3d-cooliris/15597083#15597083. Are you looking for something similar? – Raghunandan Mar 26 '13 at 13:43
  • If I understand it correctly, the view shown above is one item and there would be multiple views like this (e.g. something similar to the list) – Gaurav Arora Mar 26 '13 at 13:43
  • @GauravArora yes, you got me right – Darko Petkovski Apr 01 '13 at 09:11

1 Answers1

0

I used TwoWayView and custom adapter.

Looks like this:

gallery

agamov
  • 4,407
  • 1
  • 27
  • 31