Skip to content
migueLoureiro edited this page Nov 27, 2014 · 4 revisions
In this page there is information about the java packages and their purpose.
pt.lsts.asa

Main package containing the extension of Android's Application and initializations of Singleton classes

pt.lsts.asa.activities

All application's Activities

pt.lsts.asa.comms

All Communications related Classes.

pt.lsts.asa.feedback

Physical Android device feedback. i.e.: Vibration, Audio, Alerts, Notifications.

pt.lsts.asa.fragments

All application's Fragments

pt.lsts.asa.handlers

All application's handlers.

pt.lsts.asa.listenners

All application's listenners.

pt.lsts.asa.managers

All application's managers.

pt.lsts.asa.pos

Positioning related classes.

pt.lsts.asa.settings

Settings, Options, Preferences, Profiles, All user customization related classes.

pt.lsts.asa.subscribers

All Subscribers classes which sole purpose is to implement IMCSubscriber and handle IMC messages.

pt.lsts.asa.sys

Different systems related classes.

pt.lsts.asa.ui

UI related classes with possible subpackages.

pt.lsts.asa.util

Various utilities with possible subpackages.