Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 584 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 584 Bytes

Android Básico - 1º SEMESTRE 2019

Aqui ficarão todos os códigos fonte da disciplina de Android Básico 1º Semestre 2019

Calcula Gestação

  • Gerenciador de Layout (ConstraintLayout)
  • Botão (Button)
  • TextView
  • EditText
  • ToggleButton

UI Itens

  • Buttons
  • Switch
  • Tonggle
  • Checkbox
  • RadioButton
  • Groupradio
  • SeekBar
  • ProgressBar
  • RatingBar

Cálculo Trabalhista

  • Lista
  • Spinner
  • Menu (parte 1)
  • Intent

Catálogo Estrelas

  • Room
  • Corountines
  • Listas
  • Adapter - para RecyclerView
  • RecyclerView
  • Objeto
  • Entity
  • Dao
  • ViewModel
  • MVVM (arquitetura)