문제

Can someone tell me how Titanium appcelrator works under the hood? How the javascript code internally is rendered on the Web View? And can we directly write HTML, CSS code in to the program? How the native functionalities of a phone are used?

도움이 되었습니까?

해결책

Take a look here, where jhaynie from Titanium answers those questions. You do not write the code in Titanium, though. You write HTML, CSS and Javascript in the program of your choice, then Titanium builds it to apps for you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top