Skip to content

A simple android application, where user can draw different shapes and designs of different colors.

Notifications You must be signed in to change notification settings

The-Pascal/MiniPaint_Shapes

Repository files navigation

MiniPaint Shapes

👨‍💻 Download APK

A simple android application, where user can draw different shapes and designs of different colors.


Requirements

For development, you will only need:

  • Android Studio
  • Android Device or Emulator installed along with Android Studio
  • Minimum supported Android SDK

Getting started

 git clone https://github.com/The-Pascal/MiniPaint_Shapes.git 
  • Open the project into Android Studio.
  • Build the project and run the sample. You may need to update gradle and library versions.
  • Follow the guidance provided by Android Studio.
  • If you still not able to build the project try installing the APK of the applicaiton

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • Canvas - Canvas is a class in Android that performs 2D drawing of different objects onto the screen.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • DataBinding - Allows to bind UI components in your XML layouts to data sources in your app using a declarative format rather than programmatically.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

About

A simple android application, where user can draw different shapes and designs of different colors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages