how to live view in Titanium?

白昼怎懂夜的黑 提交于 2019-12-04 17:21:30

I am able to find following tools which are available for Titanium to reduce the time taken to test the application in device/simulator.

  1. TiShadow : Most widely used and open source.
  2. Rapiddev : Currently only for ios but under rapid development.
  3. LiveView : Available with enterprise version of Titanium.

P.S : With TiShadow I was able to test changes made in tss/views along with controllers. Do monitor the terminal( from where tishadow command is triggered ) to see progress in re-compilation of code.

UPDATED at 2019-04-11: don't use titanium, use React Native or Flutter.

I was wrong.

tishadow allow you to "live view" your Alloy XML/style file when changes.

just use:

$ ti build --platform android --target device --shadow

nothing else to do, you will see your app will launch , and every code you change, your app will reload automatically.

no more "$ tishadow server", no more "$ tishadow apply" ....

really great !

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!