Additional Components
There are additional components which will be used in the construction of above mentioned entities, their logic, and wiring between them. These components are:
Components | Description |
---|---|
Fragments | Represents a behavior or a portion of user interface in an Activity. |
Views | UI elements that are drawn onscreen including buttons, lists forms etc. |
Layouts | View hierarchies that control screen format and appearance of the views. |
Intents | Messages wiring components together. |
Resources | External elements, such as strings, constants and drawables pictures. |
Manifest | Configuration file for the application. |
No comments:
Post a Comment