↧
Varying the interval of background service
i want to vary the service interval from 4 sec to 8 sec to 16 sec and so on.. is it possible?
View ArticleHow do you configure a titanium service as an Android receiver?
I have added the android service definition to tiapp.xml but I can't figure out how (or if it is even possible) to configure a Ti service as a receiver. After noting that myservice.js is converted to a...
View ArticleGet data from pending intent to launch detail window in app
I've been trying to find any examples that create an intent with data (such as an ID) so when it's touched in the notification drawer it opens my app (which works) and then loads the correct screen....
View ArticlePassing extras from pending intent to the app activity
hi all, i devloped anotification that will run specific app if the user click on it, here is the code,var activity = Ti.Android.currentActivity; var intent = Ti.Android.createIntent({ action :...
View Article