GitHunt
CO

codingwithnsh/PaintPot

This is a simple drawing application created using MIT App Inventor. It allows users to draw on a canvas using their finger, with options to select red, blue, or green paint colors and a button to clear the drawing. It supports drawing dots when the canvas is touched and lines when the canvas is dragged.

Simple Drawing Application

A basic mobile drawing application developed using MIT App Inventor.

Overview

This application provides a simple interface for users to draw on a digital canvas. Users can select from predefined colors and clear the canvas.

Features

  • Color Selection: Choose between Red, Blue, and Green drawing colors.
  • Drawing: Draw on the canvas using touch (for dots) and drag gestures (for lines).
  • Clear Canvas: Erase all drawings on the canvas.

Requirements

To build and run this application, you will need:

  • An account on the MIT App Inventor website (appinventor.mit.edu).
  • A computer with internet access.
  • An Android device or emulator for testing the application.

Building the Application

Detailed instructions on how to recreate this application within the MIT App Inventor environment can be found in the step-to-step_guide.md file.

How to Use

  1. Launch the application on your Android device.
  2. Select a drawing color by tapping one of the colored buttons (RED, BLUE, or GREEN).
  3. Draw on the large white canvas area using your finger:
    • Tap the canvas to draw a small dot.
    • Drag your finger across the canvas to draw lines.
  4. Tap the REMOVE COLOUR button to clear all drawings from the canvas.

Credits

This application was built using the MIT App Inventor platform (appinventor.mit.edu).