[ << ] | [ < ] | [ 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, services, and intent receiver.
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
todo
.
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 | ||
1.2 Data Model | ||
1.3 User Interface | ||
1.4 Services | ||
1.5 Receiver | ||
1.6 Provider | ||
1.7 Utilities | ||
1.8 Unit Tests | ||
1.9 Android Tests |
This document was generated on March 30, 2025 using texi2html 5.0.