如何在黑莓手机中自定义ListField?
我想在 BlackBerry 中自定义一个 ListField,它能够连续列出图像和文本。
如何做到这一点?
I want to customize a ListField in BlackBerry which would be able to list an image and text in a row.
How to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试这样的操作:
请参阅 rtm4bb - Remember the Milk 的 BlackBerry 客户端:
Try something like this:
See code from rtm4bb - A BlackBerry Client for Remember the Milk:
在不了解您想要做什么的更多细节的情况下,我建议您查看 BlackBerry 开发环境附带的一些示例应用程序。一些应用程序(例如 Contacts.java 和 PhoneApiDemo.java)具有
ListField
和ListFieldCallback
实现。Without knowing more detail about what you're trying to do, I'd suggest taking a look at some of the sample apps that ship with the BlackBerry development environment. Several of the apps such as Contacts.java and PhoneApiDemo.java have a
ListField
andListFieldCallback
implemenation.从 BlackBerry Java SDK 6.0 开始,您可以使用
RichList
:Starting with BlackBerry Java SDK 6.0 you can use a
RichList
: