Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么手机锁定期间我的 Midlet 不运行?##
我是 J2ME 的新手。我成功创建了一个 Midlet 应用程序来播放.wav文件。但是在我的 Midlet 运行时,我无意中按下了手机锁定按钮,手机被锁定了。然后我的 Midlet 停止播放声音。
.wav
为什么会这样?
如何让我的 Midlet 在手机锁定时继续播放声音?
我在 Samsung Star 上运行我的应用程序。
你能告诉我们你的手机是什么操作系统吗?解锁手机后,您能看到正在运行的应用程序吗?
我猜该应用程序已进入销毁模式
I have searched for a few examples and not found one that is similar to what I have and what I want to achieve.
I have 2 lists
class object1 { string obj1_name; int obj1_qty; } List<obj