Showing posts with label TIZEN. Show all posts
Showing posts with label TIZEN. Show all posts

Wednesday, November 4, 2015

Tizen : Will i be able to make some App :)


Pheww.....Now I have also started to learn Tizen ..because all the DS and algos I am learning where to put them ...let see if i can get something good from the TIZEN.


It is OS from my own company .....yippy    Happiness ends there only, since I don;t get a chance to work on it.

Now at very basic level Tizen apps are divided into two parts

1) Web App : which can be developed using JavaScript and doesn't needs telephony functionality
2) Native App : which are much stronger and uses C++. These app uses telephony functionality


We will start with basic app, since as I heard it is easier to make.

The most basic app is the one which displays time ...you can find it in tizen SDK when you will start your first project.


Basically for WEB APP,

we have  JS folder in which our javascripts will go
then we have image folder in which all the images which we want to use in our app will be kept
then we have one index.html  in which we can define basic of app.

We will need some basic of html,JS to work.


In next post , we will try to develop some  WEB APP.