How can we switch from one midlet to another in j2me. i.e i have FirstMidlet and i want to call my SecondMidlet from first one there is some work on second midlet.
kindly reply soon.please give me code for this.
Printable View
How can we switch from one midlet to another in j2me. i.e i have FirstMidlet and i want to call my SecondMidlet from first one there is some work on second midlet.
kindly reply soon.please give me code for this.
If the MIDlets are in the same suite so you can register an alarm using Push Registery and exit the first midelt to wake up the other MIDlet. Look into PushRegistry on Alarm in the API doc...