Reputation: 3711
I try to create a Tizen application for Tizen TV, I know we have two way to do this,that is .NET
app and web app and I choice using web tools.
But I scare if I have no any architecture or framework, just only html
, css
, JS
then I can not handle app when it go to big size.
Any suggestion do to this? any response would be appreciated.
Upvotes: 2
Views: 2365
Reputation: 56
I suggest you use AngularJS or React to develop your application. It will make your life easier and faster. Bootsrtap 4 works very well with Tizen TV and it will also help with scaling issues with some TV models.
For creating lists to display media files (like Netflix or Youtube applications) you can use Owl Carousel. It works well and smoothly.
P.S. Caph can work with AngularJS
Upvotes: 1
Reputation: 719
TOAST is based on cordova and unfortunately you will have to deal with CSS, JS and HTML. But you will get lot of extra functionalities to build a multiplatform apps due the main point of TOAST is to act as a proxy between your app and the TV, so every operation in TOAST is translated to the correct system function. You can check the TOAST wiki to get a complete list of methods and its compatibility with the supported platforms (browser, LG webos, Samsung Tizen, Samsung Legacy (orsay))
A more formal framework for Tizen would be CAPH:
CAPH is a Web UI framework for TV. Develop High Performance Web Application Easily and Quickly. CAPH consists of below modules.
Key Navigation
Scrollable List and Grid
UI Components : Button, Radio Button, Toggle Button, Checkbox, Input, Dialog, Context Menu, Dropdown Menu
Touch feature : Pan, Tap and Double Tap. (from CAPH 3.1)
Please find more info about CAPH here
Upvotes: 1
Reputation: 1816
TOAST is a newly launched feature for TV Web Application developer. For more framework visit here.
Upvotes: 2