简体   繁体   中英

blackberry eclipse show device folders

I am an android programmer but quite newbie using blackberry. How to show device folder structure if using eclipse BB SDK? same as File explorer of android SDK... Thank you

Blackberry project does not have anything like "device folder structure". There is a file explorer application on the device, that can help you to navigate file/folder on device filesystem.

All applications on BlackBerry are installed to special memory block, it is not a filesystem. It is a closed memory block of internal memory dedicated to installed applications.

It has flat structure, and there are no folders. All files of installed applications have to have unique names. Otherwise new files will replace existing ones.

Also, as you are a newbie, this link will be helpful: https://bdsc.webapps.blackberry.com/java/documentation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM