0

I want to load images from assets folder into an ImageView by XML attribute so, in the layout. Also, i want to protect these images because is very easy decompile APK and extract files. Is possible?

Jonik
  • 80,077
  • 70
  • 264
  • 372
Fabrizio Billeci
  • 572
  • 2
  • 10
  • 18

1 Answers1

0

Yes, but that would be called a DRM solution (the complete solution to your problem), and nobody likes DRM.

Magnus
  • 1,483
  • 11
  • 14