4

I am developing android application. It contains lots of pages and text on those pages. I do not want user to copy these text using any mechanism like obtain text from APK. User can make snapshots and extract text, but I will make sure that it won't be feasible for the user. If I hardcode text, then any one can extract it from APK. Is there any way to prevent users from obtaining text. What if I use SqlCipher to store text in Sqlite and then display text on Android APP? I want to store data on mobile do not want network Connectivity.

Vishal
  • 339
  • 1
  • 9
  • 26
  • Try this -> http://stackoverflow.com/a/22756538/4018207 – AndiGeeky Sep 03 '15 at 05:19
  • SQLcipher is your best bet. You will have to ship the database with the apk using [SQLiteAssetHelper](https://github.com/jgilfelt/android-sqlite-asset-helper) – Sharp Edge Sep 03 '15 at 05:19

0 Answers0