Skip to content

Latest commit

 

History

History

08-temperature-converter

Temperature Converter

A tool to convert temperatures from Celsius to Fahrenheit, using Compose.

Features

  • building a UI with Compose.
  • converting a temperature from Celsius to Fahrenheit.
  • using remember to store an object in memory.
  • centering components with Column and Row.
  • using padding and applying a theme.

Based on Head First Android Development: A Brain-Friendly Guide by David Griffiths and Dawn Griffiths (2021).