Reputation: 2031
I have implemented Pull to refresh functionality in my android application, its works fine. 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
Upvotes: 4
Views: 337
Reputation: 33345
you would need to rewrite it all in java. the current SDK for android does not support javascript modules
Upvotes: 1