• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Switching to Other Applications

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
While running my application(MIDlet) in my NOKIA 6600, I want to switch over to other native application like voice recorder, media player etc, without closing my application. (ie, my application would have been running in background ).Is it possible with J2ME???
Arun D Paika
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As I answered in another message, the Nokia 6600 uses the multi-tasking Symbian operating system, and hence you can switch between applications and run several applications (e.g. a MIDlet and a native application, or two MIDlets) at the same time.
To switch between applications on a Nokia 6600, hold down the Application key (the one on the left with the strange blue icon) until icons for the active applications appear on the left of the screen. Using the joystick, scroll to the application you want to switch to, and click to select it. (You can also kill an application this way, by scrolling to it and pressing the 'C' key).
 
reply
    Bookmark Topic Watch Topic
  • New Topic