CS401A's Pre-Finals: Human-Comp. Interact Module 06 Flashcards
For pre-final and final exams.
UI Framework and Toolkit
is a well-defined environment that exposes toolkits, functions or algorithms that can be used to develop new applications.
A framework
UI Framework and Toolkit
It contains specific structure for creating applications, building executable version of applications, and sometimes including mechanism for deploying and/or running an application.
A framework
UI Framework and Toolkit
The terms “development platform” and “software development platform” are used to describe
frameworks
(Harris Geospatial Solutions, Inc., n.d.).
UI Framework and Toolkit
is a library of precomposed UI objects and predefined set of events or routines that are composed from the lower level UI software layer.
A toolkit,
on the other hand,
UI Framework and Toolkit
abstracts the system details of handling events, which makes programming easier and more convenient while creating user-friendly interfaces.
The UI toolkit
UI Framework and Toolkit
also promotes the creation of an interface with a consistent look, feel, and mechanism.
Using a toolkit
UI Framework and Toolkit
The UI objects often take the form of a manipulable graphical object, commonly called
widgets
(Kim, 2015).
UI Framework and Toolkit
is an essential part of a graphical user interface (GUI) that display information or provides a specific way for users to interact with the operating system or application.
A widget
UI Framework and Toolkit
include icons, menus, buttons, selection and text boxes, progress indicators, on-off checkmarks, scroll bars, windows, toggle butoons, forms, and even images
Widgets
(TechTarger, n.d.).
UI Framework and Toolkit
is structured to support large applications. Its design assumes that individual events or routines will support the major functions of an application.
The UI toolkit
UI Framework and Toolkit
The main routine is consists of small decision kits that make the appropriate calls of the other rountines.
The UI toolkit
UI Framework and Toolkit
Routines and programs interact with the window library that the
__________ creates when processing the codes
UI toolkit
(Synergy DE, n.d.).
UI Framework and Toolkit
Some toolkits are __________, while some are __________________ in a framework.
standalone
already integrated
Examples of UI Framework and Toolkit
The user programming environment and execution mode for Android is based on Java.
(even though at the low level, the OS is derived from Linux)
Android UI Execution Framework and Toolkit
Examples of UI Framework and Toolkit
The _______ event-processing model and programming toolkit structure are mostly the same as Java AWT, except for some process in the
Android UI Execution Framework and Toolkit
Android
Android UI toolkit
(Kim, 2015).
Examples of UI Framework and Toolkit
According to the developers’ website of Android, the framework provides the following:
Android UI Execution Framework and Toolkit
* A rich and extensible View System…
* A Resource Manager…
* A Notification Manager…
* An Activity Manager…
* A Content Provider…
Examples of UI Framework and Toolkit
used in building an application’s user interface
Android UI Execution Framework and Toolkit
* A rich and extensible View System that is
Examples of UI Framework and Toolkit
provides access to non-code resources such as localized strings, graphics, and layout files
Android UI Execution Framework and Toolkit
* A Resource Manager which
Examples of UI Framework and Toolkit
enables all applications to display custom alerts in the status bar
Android UI Execution Framework and Toolkit
* A Notification Manager that
Examples of UI Framework and Toolkit
manages the lifecycle of applications
Android UI Execution Framework and Toolkit
* An Activity Manager that
Examples of UI Framework and Toolkit
enables applications to access data from other applications.
Android UI Execution Framework and Toolkit
* A Content Provider that
Examples of UI Framework and Toolkit
enables applications to access data from other applications.
Android UI Execution Framework and Toolkit
* A Content Provider that
Examples of UI Framework and Toolkit
enables applications to access data from other applications.
Android UI Execution Framework and Toolkit
* A Content Provider that
Examples of UI Framework and Toolkit
Events in Android can take various forms which are usually generated in response to bare and raw external actions,
Multiple or composite higher-level events may also be internally recognized and generated,
such as
Android UI Execution Framework and Toolkit
touch and button input.
touch gestures and virtual keyboard inputs.