Access Assests from another application?
Posted
by pcm2a
on Stack Overflow
See other posts from Stack Overflow
or by pcm2a
Published on 2010-03-16T13:04:25Z
Indexed on
2010/03/16
13:06 UTC
Read the original article
Hit count: 197
android
I get a lot of requests in my application to allow for custom icons packs from BetterCut / Open Home. The way it seems to work is you install BetterCut or Open Home, then you can install tons of these free icon packs from the market. Once installed both those apps (and other apps) will poll for those icon packs and use the icons.
I want to know how to poll the install applications for the asset folders that are available. I have opened up a few of the icon packs and verified that there is an assets folder in there and they are full of all the icon png files.
I've searched on here, other code sites, google, etc but havn't found any leads.
© Stack Overflow or respective owner