1/32
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Framework
A structured environment that provides tools, functions, and guidelines for developing applications.
Toolkit
A collection of prebuilt UI components and routines that simplify interface development.
Widget
A graphical UI element that allows users to interact with an application.
UI Toolkit
A system that abstracts event handling and helps create consistent user interfaces.
Android UI Framework
A Java-based framework providing APIs, event handling, and system services for Android apps.
Event Queue
A system where events are stored and processed in a first-in, first-out manner.
iOS UIKit Framework
A framework that provides infrastructure for building iOS interfaces and handling user input.
UIEvent
An object representing user interaction events in iOS.
Core Motion
A framework used for handling motion and sensor data in iOS devices.
Java AWT
A Java library used for creating graphical user interfaces and handling events.
AWTEvents
Events in Java AWT that represent user interactions like mouse clicks and keyboard input.
Interactive System Development
A modular approach to developing systems where interface and logic are separated.
MVC Framework
A three-layer architecture that separates application logic, interface, and user input.
Model
The component that manages data and business logic in an application.
View
The component that handles the display and user interface of an application.
Controller
The component that processes user input and interacts with model and view.
MVC Architecture
A design pattern that divides applications into model, view, and controller components.
Parallel Development
Simultaneous development of different components in MVC.
SEO-friendly URL
A structured web address optimized for search engine visibility.
Test-driven Development
A development approach where testing is done alongside coding.
MVC Implementation
The process where requests pass through controller, model, and view to produce output.
Browser Request
An action where a user requests data from an application.
Controller Processing
The step where the controller handles incoming requests.
Model Processing
The step where data is processed based on business logic.
View Rendering
The step where processed data is displayed to the user.
UIObject
A superclass representing general UI elements in MVC implementations.
Account Model
A data model handling account balance and transactions.
AccountViewController
A combined view and controller handling UI and input.
DepositViewController
A subclass handling deposit-related user input.
WithdrawViewController
A subclass handling withdrawal-related user input.
Init_ui_display
A method used to initialize UI components.
Handle_ui_display
A method used to process user input.
Update_ui_display
A method used to update the interface based on changes.