How Do I Minimize a J2ME App?

前端 未结 5 680
清酒与你
清酒与你 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 10:05

    If you app is in background then it doesn't receive any events. So I don't know how it can process any event in the background. If its a preload J2ME app then you can work with the handset manufacturer and obtain certain jad attributes to put your midlet in background. You can thus not allow the user to exit the app. You may want to think this use case through.

    On the other hand you can do all these in Blackberry apps.

提交回复
热议问题