• 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

Running midlets Behind the seen

 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well What ever we make midlets(say game)we run the application by clickng the upper right button and the game executes and all application we run the same way.
But when getting the mail or say sms from server we get ring first ,then we click the upper right button to see mail or sms.That means there will be some sort of midlet that will be running continously behind the seen and connected to any servlet and that servlet to some server.
Since i previously say that i have to send mail from web to emulator.How can make the midlet coninously run behind the seen without clicking the upper right button and when the mail comes only then i have to clik upper right button and then i can see mail.
Please clear these points.Will be very thankful.
Thanks
Jawwad Ahmed
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not think most wireless MIDP devices have the capability to support multi-thread applications. So, this is not possible ...
 
jawwad ahmed
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well u are correct.But there are sites are available(like mtnsms) from which mobile is connected to server and we get ring first then we run our midlet my clicking the ok button then the midlets run.How they make possible.
Thanks
Jawwad Ahmed
 
reply
    Bookmark Topic Watch Topic
  • New Topic