I am interested in trying the new Ubuntu for phones OS development. (I am not an Ubuntu developer, I am new to Ubuntu. Impressed by the Ubuntu Touch preview, I got interested in learning how to develop for it).
Where can I start with it? I can't find any guidance on the Ubuntu site.
QML
orHTML 5
?? – Krunal Jun 24 '13 at 10:46QML
is used to develop the UI component, the actual application(scripting) is done throughJS
. You can find sample code by referring the sample app link posted above. – saji89 Jun 24 '13 at 18:00