Convert titanium application to module

I implemented the Pull function for updating in the Android app, its work is great. Now I want to convert this functionality as a module. How can i do this? Thanks in advance. I am using Titanium SDK 1.8 and Android 2.3

+4
source share
2 answers

you will need to rewrite all this in java. current SDK for android does not support javascript modules

+1
source

Source: https://habr.com/ru/post/1392490/


All Articles