Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have started working on samsung bada platform for our existing android apps and looking for a UI Control in samsung bada platform which is horizontally scrollable like we have Gallery control in Android.

I need to show a set of image thumbnails in a container which is scrollable in left to right direction. Each image should be able to listen click on it .

What is the right way to implement such custom control ?

share|improve this question

1 Answer

up vote 2 down vote accepted

The below link might help., there is a sample also

http://developer.bada.com/article/Horizontal-Scroll-Panel

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.