https://github.com/kudosscience/basic-android-kotlin-compose-training-woof
Woof, an app that displays a list of dogs and uses Material Design to create a beautiful app experience.
https://github.com/kudosscience/basic-android-kotlin-compose-training-woof
Last synced: 12 months ago
JSON representation
Woof, an app that displays a list of dogs and uses Material Design to create a beautiful app experience.
- Host: GitHub
- URL: https://github.com/kudosscience/basic-android-kotlin-compose-training-woof
- Owner: kudosscience
- License: apache-2.0
- Created: 2025-01-28T23:22:27.000Z (over 1 year ago)
- Default Branch: starter
- Last Pushed: 2025-02-04T20:33:03.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:44:13.545Z (about 1 year ago)
- Language: Kotlin
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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