I'm trying to read a file inside my library compiled in jar.
I need to read this file from within the class that is contained in the library and not from the App
I tried this tutorial but it works only if I load the file inside the jar file from the application does not work if the load inside my own class
https://www.b4x.com/android/forum/threads/embedding-files-in-compiled-libraries.37689/#content
I explain better I'm creating a CustomView and that it needs to load an image that is inside the library itself and I would like to understand how to upload the image.
Thank's
I need to read this file from within the class that is contained in the library and not from the App
I tried this tutorial but it works only if I load the file inside the jar file from the application does not work if the load inside my own class
https://www.b4x.com/android/forum/threads/embedding-files-in-compiled-libraries.37689/#content
I explain better I'm creating a CustomView and that it needs to load an image that is inside the library itself and I would like to understand how to upload the image.
Thank's