Languages

Menu
Sites
Language
page? html?

 

In android, I need many activity to go next page.

so I thought to need many .html pages.

But, Tizen(or mobile jquery) has "page".

so I'm a little confused this concept.

Page is like Activity in android ?

 

Thanks,

Jenny

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
talari praveen kumar
hi jenny you r correct "page" is similar to activity in android to go to next page you need page transition
Jenny Blossoms
Thanks! :) But, When I download the sample code in tizen.org, the code is written by ".html" not "page". What is different ? Should I develop my app using "page" ? I think "
" is the same as ".page" is it right ? :)
Jenny Blossoms
"
Lakshmi Grandhi
Hi jenny, Tizen Webframework is html page based application developements, each html app is created as web widget as S60 widgets. Where as Android Activity is core java code. In html each each is nothing but an html page. You have to proceed with .html extension.
Jenny Blossoms
Thax !! :D Your comment helped me a lot :)