Languages

Menu
Sites
Language
Native Responsive Image Slider?

Hi,

I'm working on a project that's due in a couple of days and came across something interesting.

I'm wondering, is Tizen natively able to support image sliders and/or content sliders, meaning no HTML5 or JS...similar to this one http://flexslider.woothemes.com/?If so, how quickly can it be implemented onto a blank canvas?

 

Thank You,

- Jose

Responses

1 Replies
Chintan Gandhi

Hi jose00,

You can implement a moving slider in your Tizen native app. What I feel easy is to use ITimerEventListener and use a timer. The call back OnTimerExpired can be used to change the image in your app.

Well this is just my way of implementing it. There can be other better ways aswel,

Thanks.