The Quotes App is a simple Android application that allows users to browse through a collection of quotes. Users can view random quotes, navigate through quotes sequentially, and share their favorite quotes with others.
- Display random quotes on the main screen.
- Navigate through quotes using previous and next buttons.
- Share quotes with friends via messaging apps or social media.
- Kotlin: The primary programming language used for Android app development.
- Jetpack Components: Utilizes Jetpack components such as ViewModel and LiveData for architecture.
- Gson: A library used to parse JSON data.
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Build and run the app on an emulator or physical device.
- Launch the app on your device.
- Browse through quotes using the previous and next buttons.
- Tap the share button to share your favorite quotes with others.
Contributions are welcome! If you'd like to contribute to the Quotes App, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.