Android UI (User Interface)

User interface (UI) of an Android app is built as a hierarchy of layouts/screens and widgets. The layouts are ViewGroup objects, containers that control how their child
views are placed and positioned on the screen. Widgets are View objects, UI components such as buttons, text boxes, Labels images views.

  1. Learn Android Development
  2. Android Studio
  3. Android UI
  4. Java or Kotlin for Android
  5. Android Activity Life Cycle
  6. Relative Layout
  7. Android Development Elements
  8. XML and Android
  9. JSON and Android
  10. Google Play Store

Leave a Reply

Your email address will not be published. Required fields are marked *