Invoking one midlet from another midlet
hi all,
Can anybody please help me in solving my problem?.
The problem is due to heavy code and somany modules in my project i want to split it to different MIDlets.
I am developing a application not the game remember.I want to have seperate MIDlets for each module.And my objective is that,The user was not having any right to comeback to the previous MIDlet if he completed the Module.
Can u please tell me the way to invoke the MIDlet in the same MIDlet suite from another MIDlet in same MIDlet suite.
Now i m using MIDP 2.0.
So is there any other method accept push registry?
What my intension wasa to shift the focus from one midlet to another.let me Explain me with a simple Example.
In a Game(Actually i am developing an J2ME Application),the login form which was authenticate the user and then if the user a valid user he was allowed to play the game(which was another MIDlet),if not allow him to register for the product.
Initial screen
|
(no)v (yes)
take him to register< >Launch a MIDlet(Game)
The above was the flow i want to implement,so the user once given his identification was not having any chance to again to initial screen.
Please help me about the MIDlet Communication
Message was edited by:
sshiragavi

