How to open the built-in image gallery programmatically inside an application in BlackBerry?
I want to open the default i开发者_如何学运维mage gallery inside my application, just like the way its done in the Facebook app for BlackBerry. Any help is appreciated.
Don't know if you can invoke the default gallery. You could either use net.rim.device.api.ui.picker.FilePicker since 5.0 or implement your own gallery like this
精彩评论