Android SQLite
Open Source JAVA
An example of a simple Android application for working with the SQLite database. The application can create, add, browse and edit entries and export and import the database. You can easily add support for national alphabets if you use a ready-made class
https://github.com/vallshmeleff/-unicode
We also use a ready-made RSACode class for RSA encryption
https://github.com/vallshmeleff/androidrsa
For example, we will encrypt only one field in each record - the field NOTES
Tested API 29
Open Source JAVA
Comments
Post a Comment