• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Application that runs in Background and monitors event

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am looking forward to develope a JavaME application that will run in the background and monitor events and upon some event match like say at certain specefic time (alarm sort of a thing), and on the capture of the event invoke some methods in the application after which the user has the option of minimising the application.


In other words the application will have a front end with UI and also a sweeping method that runs in the background..

Is it possible to do the same and if what APIs or frame work or subtle techniques will allow us to implement the same.

Thankx..
 
Dushyant Chhetri
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any background listener available in J2ME that will listen to any events.

What I want to know is like in the native phone applications which listens to a preset alarm or an incoming call or a sms is there a way where we can implement such an event listener which will invoke our applications when such an event occurs.

I am considering my application not in active state when the listener is invoked by the vent.

Please help me.....

 
Dushyant Chhetri
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I found out a way which can be used as a solution to the above mentioned problem..


We can yuse PushRegistry

please refer the link below.

Push Registry

reply
    Bookmark Topic Watch Topic
  • New Topic