Android user Interface & Views
User Interfaces of activities defined with fragments, views, and layouts are managers these are typically managed with XML layout file.
Views are user interfaces Widgets ,example button, text view.. etc
layout Managers (View Group ) is responsible for arranging all Other views
Fragments are components, with are run in the context of activity,
Context:
An instance of Class with provides the connection to the Android System and Device.
it gives the system and application resources and services.
Views are user interfaces Widgets ,example button, text view.. etc
layout Managers (View Group ) is responsible for arranging all Other views
Fragments are components, with are run in the context of activity,
Context:
An instance of Class with provides the connection to the Android System and Device.
it gives the system and application resources and services.
No comments