I have an application that want to load some images from web, My question is that can i load a 9-patch image from web ? or it only must be in a resource folder of my app ?
I searched a lot and i found this article that say its not possible :
However, (uncrunched) 9-patch images created with draw9patch tool will not work if you try to load them from assets or any other internal or external location. You have to put them in one of resources drawable directory.
But i dont find any documentation that confirm it :/
I resolved my problem wuth this awesome library :
decide to post it maybe resolve problem of others
https://github.com/Anatolii/NinePatchChunk