MDP
MDP

Reputation: 4277

Can I create folder for storing files besides RAW folder?

can i create folders, besides raw folder, for storing different kind of files?

For examples, my application need to count all the images put in a folder.

So, I need a specific folder for images only, and other folders for sounds, for .txt etc!

But when i tried to create a new folder, I couldn't reach it :(

Upvotes: 0

Views: 371

Answers (2)

Leonidos
Leonidos

Reputation: 10518

In general you cant create custom resource folders. But you can use assets dir and place your resources there. You can make as much subfolders in assets dir as you need. But android won't help you to manage your files in assets dir. Read this.

Upvotes: 0

Philip Sheard
Philip Sheard

Reputation: 5825

It is just a hunch, but you might have more luck using the assets folder instead. You can certainly use it to store embedded web sites which have subfolders.

Upvotes: 2

Related Questions