I am currently creating a android module for my project. I need to access a javascript file in project from the android module. I checked online reference , in old version of titanium sdk there was a lib called "ti.modules.titanium.android.TiJSActivity" which allows user access javascript file in the project from module . but when I am check with my titanium sdk 3.1.3 , seems this lib is not exit any more . Is there a way can achieve that without using the TiJSActivity?
↧