AUI Framework
master
Cross-platform base for C++ UI apps
|
Android is a mobile operating system primarily developed by Google. It's the most widely used operating system in the world with over three billion monthly active users.
The core operating system, known as AOSP, is free and open-source, but most devices run Google's proprietary version of Android.
Its ecosystem includes apps like Google Chrome and Google Play Store, which are pre-installed on many devices. Modified distributions exist, such as Amazon Fire OS and LineageOS, and it has been used to develop operating systems for various electronics like TVs and wearables.
Android shares its kernel with Linux (-based desktop OSes), but is not treated by AUI exactly as Linux.
\<internal_storage_path\>/__aui_appdata
. \<internal_storage_path\>/__aui_tmp
. IME_ACTION_UNSPECIFIED
. "Done" button or "Return" key will be likely displayed. IME_ACTION_DONE
. The OS displays completion action, e.g., "Done", checkmark, arrow. IME_ACTION_GO
. The OS displays a button that represents going to the target location, e.g., "Go", right-facing arrow. IME_ACTION_NEXT
. The OS displays a button that represents moving forward, e.g., "Next", right-facing arrow. IME_ACTION_SEARCH
. The OS displays a button that represents seacrhing action, e.g., "Search", magnifying glass. IME_ACTION_SEND
. The OS displays a button that represents sending something, e.g., "Send", paper plane.