Vote count:
0
I have looked at many source on the internet about How titanium works and found many articles about this. But because of the lack of Javascript knowledge it is very hard to understand deeply.
I have read those
How Does Appcelerator Titanium Mobile Work?
but do not understand much how the UI is compiled to native.
My question about this is:
Is UI component is combined to native like:
var btn = Titanium.UI.createButton({...});
is converted to
Button btn = new Button(this);
- If it is not converted like that, how is it called native?
Thank you. :)
asked 1 min ago
How Titanium compile UI to native?
Aucun commentaire:
Enregistrer un commentaire