Shreyank031/QuotesApp
The Quotes App is an Android application designed to deliver daily inspiration through a curated collection of quotes. It leverages the power of ViewModel and ViewModel Factory architecture components to efficiently manage and update quote data. The ViewModel handles the business logic, including loading quotes from a JSON file.
Java