Midlet to call a j2me java class
Am trying to develop an application to dispaly a form containing textfields. Lets call this java class A. First, I have a welcome midlet (call it midlet B) that I will call java class A and the textfields appear on the emulator screen. How is this possible? If midlets can call one another, then will be easy. I would just make A a midlet then I call its startup method in B.
I have tried push registry after some blog but I have no idea of its working and given-up.
I welcome anyone with suggestions or a sample code.
Mutua