is there any way to encrypt the images, load them into memory and import into X2 or ImageView effectively preventing any user from stealing files easily?
B4XEncryption uses password. I think if we write the password in the code, the code may be easily decompiled and the password will be revealed. But I don't know any way to avoid this.
The jarsigner can be used to avoid modification but I didn't find it can protect files from being copied.