We are porting an existing application to C# mono on android. Our current solution uses SQLite Encryption Extension and we are thinking about the SoundEx extension as well.
How do I push a custom version of sqlite to my device? What do I have to do inside my project to connect to the custom version?
I appreciate your help. Thank you in advance.