Jaume
Jaume

Reputation: 3780

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

Upvotes: 0

Views: 182

Answers (1)

user784540
user784540

Reputation:

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

Upvotes: 1

Related Questions