Skip to content

MainActivityKt/Art-Space

Repository files navigation

Art Space

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.

Open project's page on 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:

app screen

About

A project of Google's "Android Basics with Compose" course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages