i have an app that has about 20000 data . these data are locally is beside app in sqlite database. i couldn't place data on web because i using map and markers and i feel will be slow in processing. so i have to use local data instead of web.
how can i secure these data in android? additionally i have any web request to a webservice and web database for other works. how can secure sent or received data? i hear about sqlcipher but i don't know how does it encrypt and secure my data. if you can tell me about secure best practices please..... with thanks...