Android app with Art Institute of Chicago API
Just Art Android is an Android application that interacts with the Art Institute of Chicago API to display artwork and related information.
Art Institute of Chicago API:The source of artwork data.
- Browse artworks from the Art Institute of Chicago
- View detailed information about each artwork
- Search for artworks by title, artist, or other criteria
- Clone the repository:
git clone https://github.com/hieuwu/just-art-android.git
- Open the project in Android Studio.
- Build and run the project on an Android device or emulator.
- Launch the app on your Android device.
- Browse the collection of artworks.
- Tap on an artwork to view more details.
- Use the search functionality to find specific artworks.
- Kotlin
- Paging
- Hilt
- Android
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
