Does BADA 2.0 support horizontal list or a page control like iphone?

246 Views Asked by At
  1. I want to make a part of a screen horizontally scrollable like the page control option provided in iPhone(see first image), Does bada 2.0 supports page control or horizontal scroll?

  2. if bada don't support page controls can we use ListContextItem of a listview like a page control and how many context item can we add to this list?

  3. Can we add multiple lists to a form like one horizontal list and one vertical list as shown in second image?

iPhone page control

Bada 2.0 page control

2

There are 2 best solutions below

0
On

In answer, basically bada doesn't support horizontal lists or scrolling unless you code it yourself. I suppose you could trick the orientation into emulating horizontal scrolling, but fading in pages from left to right and vice versa shouldn't be too tricky to animate.

The one Control I have found that provides horizontal scrolling is the new Gallery and again here.

0
On

I got this response on bada developer forum:

Refer to bada IDE(of 2.0.2 sdk)->help->Help contents->bada C++ App Programming > API Reference > Namespace List > Osp::Ui>Osp::Ui::Animations::FrameAnimator Class Reference Namespace Reference