Worked on UI , dealt with complexity of layouts and worked user friendly approach.The user interface for an Android app is built using a hierarchy of layouts (
ViewGroup objects) and widgets(View objects). Layouts are containers that control how their child views are positioned on the screen. Widgets are UI components such as buttons and text boxes.
Comments
Post a Comment