[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
As with all Android projects, the ‘AndroidManifest.xml’ file under ‘app/src/main/’ describes the main components of the application — its activities, provider, and services.
There are two major packages for the code in
‘app/src/main/java/’: the cryptography code and the main
application. All code is under the top-level package
com.xmission.trevin.android
, with the cryptography code in the
crypto
subpackage and the rest of the application in
notes
.
Resources used by the application (UI layout, language-dependent strings, icons, etc.) are under ‘app/src/main/res/’. See section Generating Icons for details on how the icons are rendered.
1.1 Encryption Code |
This document was generated on March 27, 2025 using texi2html 5.0.