hi all,
I have inherited a legacy code which works well, but i need to implement sqlcipher into in. my app is for both android and ios, hence sqlite part is written in c++ which is also used by nadroid using JNI. hence i am unable to use ready to use library for ios and android as i use functions like sqlite3_open, sqlite3_exec. do i need to add all c++ files for sqlcipher and compile and use it ? is there a tutorial how to use it in c++ code ? regrds -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

