Skip to content

CM7 — Android: Layouts, Navigation & Intents

Stéphane Derrode — Centrale Lyon · S7 Inf A3

Download PDF

Topics covered

  • LinearLayout with layout_weight and gravity
  • ConstraintLayout — constraint anchors, 0dp fill
  • RecyclerView: Adapter + ViewHolder pattern
  • item_note.xml — one row layout
  • Explicit Intent: launching a second Activity
  • putExtra / getStringExtra — passing data
  • ActivityResultLauncher — getting a result back
  • strings.xml and internationalisation