黑莓主屏幕上的股票行情
我正在为黑莓设备构建一个应用程序,它将在主屏幕上显示一个股票行情。我进行了很多搜索但找不到解决方案。
我尝试过在固定的时间间隔后更新背景图像,但这使得手机速度非常慢。我不是主题开发人员,但尝试过,但再次失败。我想从我的应用程序中更新股票代码的文本。
请帮助我,我真的被困在这里了。提前致谢
I am building an application, for a Blackberry device, which will show a ticker on the home screen. I have searched a lot but couldn't find a solution.
I have tried updating the background image after fixed interval, but that makes the phone very slow. I am not a theme developer but tried it and failed again. I want to update the ticker's text from within my application.
Please help me, i am really stuck here. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面的代码可以让您更深入地了解股票代码
只需为下面的类创建一个对象并传递所需的参数即可。那会让你的工作完成。我猜:)
快乐编码:)
the code below could give you more insight into the Ticker
Just create an object to the class below and pass the required arguments. That would make your job done. I guess :)
Happy Coding :)