https://github.com/artielsry/kotlinandroidapp_goodquotes
Kotlin for Android Development 🚀 📱 - App Good Quotes - Simple application with MVVM architecture and Live Data
https://github.com/artielsry/kotlinandroidapp_goodquotes
android kotlin live-data mvvm
Last synced: 28 days ago
JSON representation
Kotlin for Android Development 🚀 📱 - App Good Quotes - Simple application with MVVM architecture and Live Data
- Host: GitHub
- URL: https://github.com/artielsry/kotlinandroidapp_goodquotes
- Owner: ArtielSry
- Created: 2023-10-23T10:26:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T10:55:23.000Z (over 2 years ago)
- Last Synced: 2025-01-26T09:16:59.283Z (over 1 year ago)
- Topics: android, kotlin, live-data, mvvm
- Language: Kotlin
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Motivational Phrases App
This is a simple Android app project that displays motivational phrases on the screen with every click. The app uses MVVM (Model-View-ViewModel) architecture and LiveData to manage the data and user interface. It's a perfect app to get a daily motivational boost - let's get inspired!

## Features
Displays motivational phrases with every click on the screen.
Uses MVVM architecture for a clean and maintainable code structure.
LiveData is used to dynamically update the user interface with new phrases.
## Usage
Clone or download this repository.
Open the project in Android Studio.
Run the application on an emulator or Android device.
Click on the screen to see a new motivational phrase on each click.