Today we worked on Layouts.A layout defines the structure for a user interface in your app, such as in an activity. All elements in the layout are built using a hierarchy of view and view group objects. Various layouts like grid layout, linear layout ,constraint layout etc were used to frame simple prototypes. Also, we learnt and worked on the working of "toast text".
Today we started working on UI of our application and we developed sin up and login forms and customized it's design. 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