The C5ISR Application Development repository contains all Android-focused exploratory development for Mission Solutions Engineering.
This repository includes custom libraries written to facilitate Android development and leverage several technologies available to the Android platform. Each library includes a demo. To see a list of the available libraries, see the README.md in the libraries
directory.
This repository also includes component demo applications, which leverage one or more libraries and imitate real-world applications. To see a list of these demos, see the README.md in the demos
directory.
The following is a general listing of the organization of this repository:
-
README.md
This file. Includes general information, a directory listing, and links to other important documentation.
-
Includes examples that exercise the use of libraries.
-
Includes other important documentation, such as a Getting Started guide, and Developer's Guide for coding standards.
-
Includes projects that offer easy-to-use components to utilize Android and mobile development technologies.
-
Includes files used for the configuration of static analysis tools, such as Checkstyle.
-
Includes archived third-party projects that are used by the libraries.
For further information, view the README.md
in each directory.
To get started, view the Getting Started guide in documentation directory.
Several coding standards are required for contribution to this project. Please read the Developer's guide before your first commit.