Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to make an application that can set events or reminders in the phone so that the reminders will be set for some later date. The tricky part is that i need to be able to do this without the application being running constantly. Potentially, i could do this through a built in calendar application. So far as i can tell, i might need to write a plugin to interface between the java code for the reminder and the javascript for the phonegap application. Am i correct in my needing to write a plugin? If i am, how would i go about writing said plugin? If there is a different or easier way, what is said easier way?

thanks

share|improve this question
Refer to this question and answer, on how to write a plugin: stackoverflow.com/questions/9803606/… – Demonick Dec 6 '12 at 9:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.