LWUIT进度条
我想在开始时显示一个指示加载应用程序的进度条。
那怎么办呢?我已经创建了一个量规,但我认为它不能以 LWUIT 形式实现。
I want to show a progress bar indicating loading application at the beginning.
How can that be done? I have created a gauge but I think it cannot be implemented in LWUIT form..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据我的评论,您可以使用进度栏。您还可以使用 滑块组件 代替在 LWUIT 中显示进度条。
Based on my comment, You can use progress bar. And also you can use slider component for instead of showing progress bar in LWUIT.
最好的方法是使用画布。您可以在所有应用程序中重用该类,而且非常高效。创建一个类,例如名为 Splash:
}
的类,并在您的 MIDlet 中:
The best way is to use canvas. You can reuse the class in all your apps and it is very efficient. Create a class, say like a class named Splash:
}
and in your MIDlet: