👨💻 Download APK
A simple android application, where user can draw different shapes and designs of different colors.
For development, you will only need:
- Android Studio
- Android Device or Emulator installed along with Android Studio
- Minimum supported Android SDK
- Install Android Studio
- Download the project
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
- 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.