[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1 Code Organization

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.


This document was generated on March 30, 2025 using texi2html 5.0.