Languages

Menu
Sites
Language
How to create multiple pages that can be swiped horizontally in tizen wearable native app?

Hi,

How to create tizen wearable native application that will have multiple pages which can be horizontally swiped?
Any sample code available to do so?

Thanks,
MP

 

 

Responses

2 Replies
Andriy Lesyuk

Hi, Madhura!

I think, you need to use Naviframe (e.g., with tabs).

An example can be found here.

Andriy

Yasin Ali

There is a sample with similar concept. You may look through it.
Open Tizen Studio -> File -> New -> Tizen Project -> Sample ->
   Wearable v3.0 -> Next -> Native Application -> UI -> (Circle) UI Components
   
  After running this application check PageControl.
  Another sample application similar is (Rectangle) UI Components
  Check corresponding code for implementation.

Hope it will help.