Art space is a simple digital art app, which displays a number of art works, its description and credits, and two buttons to navigate between the art works.
It is a training project of the Android Basic with Compose from Google.
Important files:
-
ArtWork.kt -> A data class which represents an artwork. It takes the drawable resource of the artwork, the string resource of the art work's description, and the string resource of the art work's credit info, as parameters.
-
MainActivity.kt -> This file contains the UI and logic. You can run the app by clicking the run button within this file.
Screenshot of the app:
