https://github.com/tynoee/quotes-app
A simple Android app that displays a collection of motivational and philosophical quotes. The app fetches quotes from a text file stored in the assets folder and presents them in a scrollable RecyclerView. Quotes are displayed with the quote text and the author's name.
https://github.com/tynoee/quotes-app
android-app android-studio java quotes-application recyclerview
Last synced: about 1 month ago
JSON representation
A simple Android app that displays a collection of motivational and philosophical quotes. The app fetches quotes from a text file stored in the assets folder and presents them in a scrollable RecyclerView. Quotes are displayed with the quote text and the author's name.
- Host: GitHub
- URL: https://github.com/tynoee/quotes-app
- Owner: Tynoee
- Created: 2025-05-05T13:59:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T14:04:24.000Z (about 1 year ago)
- Last Synced: 2025-05-06T18:05:42.087Z (about 1 year ago)
- Topics: android-app, android-studio, java, quotes-application, recyclerview
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quotes-App
A simple Android app that displays a collection of motivational and philosophical quotes. The app fetches quotes from a text file stored in the assets folder and presents them in a scrollable RecyclerView. Quotes are displayed with the quote text and the author's name.
## Features
- Displays a list of quotes and authors.
- Quotes are loaded dynamically from a text file (`quotations.txt`) in the `assets` folder.
- User-friendly interface with a grid layout to display quotes.
- Handles empty lines and missing authors in the data file gracefully.
## Getting Started
To run this project locally:
1. Clone the repository:
```bash
git clone https://github.com/Tynoee/Quotes-App.git