Today we worked on autocomplete text view, fragments and web view. We tried to form mini applications to learn the working of the tools.Fragments Part of Android Jetpack. A Fragmentrepresents a behavior or a portion of user interface in a FragmentActivity . You can combine multiplefragments in a single activity to build a multi-pane UI and reuse a fragment in multiple activities.
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