4

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

Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41

2 Answers2

1

you would need to rewrite it all in java. the current SDK for android does not support javascript modules

Aaron Saunders
  • 33,180
  • 5
  • 60
  • 80