How Do I Minimize a J2ME App?

前端 未结 5 689
清酒与你
清酒与你 2021-01-05 09:21

I need my J2ME app to run in the background and still allow the user to use his mobile without problem. the app still needs to process some events in the background.

5条回答
  •  逝去的感伤
    2021-01-05 09:51

    Running a midlet in the background but still processing is not specified in the j2me standard i think. Normaly at the moment your midlet is moved to background the paused method should be called.

    But not every vendor implements it that way. Symbian keeps your program running as if there was no change when minimized. At least on the N80 and N90.

提交回复
热议问题