An open API service indexing awesome lists of open source software.

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

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!

![back](https://github.com/ArtielSry/KotlinAndroidApp_GoodQuotes/assets/113340763/71ae0c0c-e839-46da-abb3-38e73bb6ed55)

## 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.