I am using the LoadfromJson file to get the path of the image in sense 2.0
So how can I use this method in 3.0, need help pls.
Targets.json :
{ "images" : [ { "image" : "/storage/emulated/0/.hiddenFolder/image.jpg", "name" : "unique" } ] }
I have used like this in sense 3.0
path = "/storage/emulated/0/.hiddenFolder/image.jpg";
ImageTarget target = ImageTarget.createFromTargetFile(path,StorageType.Assets);
but doesn't work.
need this help ASAP.