1

Is it possible to run an application in background and user can use the mobile simply and can do the common task in j2me ?

Lucifer
  • 29,392
  • 25
  • 90
  • 143
ranjeet
  • 11
  • 1

1 Answers1

2

As far as I know...

It depends on the mobile for which you are developing the app. If you are developing for a mobile OS like Symbian S60 which supports multitasking then it is auto-handled by it.


Edit

To know how to minimize a J2ME app to run in the background see the following threads:

  1. How to make a J2ME application run in Background?
  2. How Do I Minimize a J2ME App?
Community
  • 1
  • 1
Harry Joy
  • 58,650
  • 30
  • 162
  • 207