filepath - Is it possible to get the full path to an Android application asset file as a string? -
i'm trying use third party library in android app allows me load file using string represents path file. i've placed file in app's assets folder thinking use assetmanager path string. however, returns relative path file. i'm wondering if there's way full path file library can load file.
just guess - resources.getresourcename()
trick?
Comments
Post a Comment