https://github.com/creamyturtle/woof-app
This is the Woof App from Google Codelabs Training in Kotlin / Jetpack Compose
https://github.com/creamyturtle/woof-app
Last synced: 2 months ago
JSON representation
This is the Woof App from Google Codelabs Training in Kotlin / Jetpack Compose
- Host: GitHub
- URL: https://github.com/creamyturtle/woof-app
- Owner: creamyturtle
- License: apache-2.0
- Created: 2024-12-15T02:14:28.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-11T17:35:34.000Z (5 months ago)
- Last Synced: 2025-02-12T07:26:34.781Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 4.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 architectureGetting Started
---------------1. Download the project
2. Open the project in Android Studio
3. Run the project