A simple Android app which calls an API and shows in a list and carousel.
- Clone the repository.
- Open the project in Android Studio.
- Once clean and rebuild the project.
(Optional) If build fails follow below instructions
- Open Android Studio's "Preferences" (Settings).
- In "Preferences" panel, search for "Gradle" settings.
- In "Gradle" panel, change "Gradle JDK" to "Java 11" (if it not visible in the drop down menu then download it).
- Press "shift+fn+F9" (on MacOS) or "Shift+F10" (on Windows) to run the project.