I want to implement WAL in Android, but there is not much documentation about this. I read the WAL documentation on SQLite Here but its not clear enough on how to port it to Android.
This question also sheds some light but I am not sure if executing only one statement will do.
Any help would be highly appreciated