/Woof

Cette application réalisée en suivant l'atelier de programmation "Animation simple avec Jetpack Compose" affiche une liste de chiens et les informations correspondantes. Ce projet permet de mettre en pratique Material Design 3 et les animations simples avec Jetpack Compose.

Primary LanguageKotlinApache License 2.0Apache-2.0

Woof App

The Woof app is a list of dog photos with information about them including their name, age, and favorite activity. This app also uses Material Design to create a beautiful app experience for the user.

Introduction

This is the starter code for the Woof app project. This project is an opportunity for you to learn Material3 and reinforce the concepts you've learned so far in Android Basics with Compose.

Pre-requisites

  • Rows/Columns
  • Modifiers
  • Scaffold
  • Adding images
  • Button click handlers
  • Functions
  • Classes
  • Lists
  • App architecture

Getting Started

  1. Download the project
  2. Open the project in Android Studio
  3. Run the project