We would like to use MIDP2.0 push registry to invoke our MIDLet at regular interval to check for new messages from server. If another MIDLet is already running in the foreground will our MIDLet be able to be invoked simultaneously? Will the behavior vary from device to device (e.g. Nokia S-60, Motorola, Samsung, LG)?
相关问题
- Warn user if Google Services' Restrict backgro
- Cannot register in sample BlackBerry push applicat
- Android, launch an app from remote server
- Unexpected JDWP Error 21
- validate iphone push notification token?
相关文章
- error: RPC failed; curl 92 HTTP/2 stream 0 was not
- Button Image Problem
- How to create a full-duplex communication between
- Git push over SSH is not activating remote hooks
- Used GitHub GUI to COMMIT&SYNC and everything disa
- What unit-test frameworks would you recommend for
- I can clone repo and pull, but I can't push
- SQLite for BlackBerry
Behavior will definitely vary. Some devices can't handle multitasking (e.g. Nokia's Series 40 devices) and i highly doubt that your application will be invoked by PushRegistry while another MIDlet is running on those devices. Actually I'm not even sure that your MIDlet will be invoked (and could steal the foreground) from another running MIDlet on devices that do support multitasking (e.g. SonyEricsson). From my experience with the Java ME platform this is exactly the kind of feature that would suffer greatly from device fragmentation.