Android Development Essential Training: Design a User Interface

Android Development Essential Training: Design a User Interface

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3 Hours | 553 MB

Create a user interface (UI) for a mobile app built with the Android SDK. Dаvid Gаssner shows you how, in this course. David starts by exploring layout options, including views, components, measurement units, and loading layouts at runtime. Then he moves on to using ViewGroup components, showing you how to align interface elements with the new ConstraintLayout, and how to use the LinearLayout and RelativeLayout components. Next, he covers text, demonstrating how to display strings and collect information from the user with input fields. Finally, he shows how to create themes, use styles, and display images.

Topics include:

  • Using View components
  • Exploring the design repository
  • Using the new ConstraintLayout component
  • Adding views to a ViewGroup with Java
  • Manage string values as resources
  • Working with TextView, EditText, and TextInputLayout
  • Displaying toast and Snackbar messages
  • Defining and applying styles
  • Using material design components
  • Managing image display with Picasso