Paint-me Is a simple painting app. Feel free to show your artistic talent on the wide canvas provided!

Overview

Kicking Off Hacktoberfest with ACM-VIT!

Forktober-Banner.png

PaintMe

PaintMe Is a simple one screen-canvas painting app. Feel free to show your artistic talent on the wide canvas provided!

made-by-acm


Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone https://github.com/anshul-kr1/Paint-me.git
  • Go to the cloned directory by running
cd paint-me
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the changes by executing
git commit -m "your msg"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving. ss.png
  • Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules



Overview

PaintMe is a fun app to showcase how you can make a simple paint app using Canvas.


Usage

Lets get started!

git remote add
git fetch
git merge

Authors

Authors: Anshul Kumar, shambhavi sinha

You might also like...
A simple android app written in Kotlin to get defination of word entered from Free Dictionary API.
A simple android app written in Kotlin to get defination of word entered from Free Dictionary API.

FlashCard A simple android app written in Kotlin to get defination of word entered from Free Dictionary API. Problem Statement Many of students don't

A simple, secure and instant messaging app. It's cloudbased and free.

Hasten A simple, secure and instant messaging application. It's cloudbased and free. Notice I'm probably at school right now and can't do much 😔 . I'

Find your ideal fitness partners according to your preferences and interact with them whenever you want! All this with no hassle, because there's FitMate! Take timed challenges updated daily, read blogs related to health, and be a part of numerous communities too! During covid times, partner with your FitMate to achieve your fitness goals at home. Android app that show the palette of material theme based on your wallpaper
Android app that show the palette of material theme based on your wallpaper

Material-You-Palette Android app that show the palette of material theme based on your wallpaper Show color blocks and names in on color Few Samples W

Dice 🎲 is a simple, intuitive, minimalistic and ad-free dice-roll application
Dice 🎲 is a simple, intuitive, minimalistic and ad-free dice-roll application

Dice 🎲 Dice 🎲 is a simple, intuitive, minimalistic and ad-free dice-roll application 📱 with which you can play your favourite board games, built to

A simple app to show case Master detail application for Movies
A simple app to show case Master detail application for Movies

Decade of Movies App Demo Application to understand the architecture of MVVM App with Unit tests Build Instructions The gradle build system will fetch

A simple Android app to show city weather
A simple Android app to show city weather

City Weather Application A simple MVVM application to show a list of cities weather where you can search for your favorite city weather and see its we

All-money-converter-app - A currency converter App built a free Currency API Dependency injection

This a currency converter App built a free Currency API Dependency injection . T

Simple Android web-view-based application. The primary purpose is to show the website in Kiosk mode.

Kiosk mode app Simple Android web-view-based application. The primary purpose is to show the website in Kiosk mode. By default, the app works in Scree

Comments
  • Added background Color change functionality

    Added background Color change functionality

    Added the Change bacground functionality via following changes

    • Added the ColorPicker Dependency for Color wheel
    • Modified the main activity layout to contain both the canvas and a button to change the background color
    • demo : (Note due to some software glitch the wheel appears distorted in gif but is actually working finr attached a screenshot for correspondence)

    gif: ChangeBgColor

    wheel actual view : one

    hacktoberfest hacktoberfest-accepted 
    opened by Arsh-78 5
  • Add Change background color feature

    Add Change background color feature

    Add a feature to change the background color of the canvas.It should be added in such a way that the user should be able to choose the color they want through a color wheel

    good first issue hacktoberfest 
    opened by anshul-kr1 9
Owner
ACM VIT
ACM-VIT, one of the most reputed and distinguished technical chapter in VIT-Vellore has been working with vision and determination since its inception in 2009.
ACM VIT
Simple Paint Android Apps with Kotlin

Simple paint consists of five actions, such as pencil, drawing a line, rectangle, ellipse, and color pallet with five colors, which is inspired with google color.

Feronika Nur Maghfiro 12 Dec 19, 2022
A Mini paint Kotlin app

A Mini paint Kotlin app that helps in primitive drawing using some features such as pen, arrow, rectangle and circle drawing. You can also choose the color you want to paint with.

Walid Mohamed 3 Dec 12, 2022
Udacity-shoestore - A template provided for use when building your README file for students

README Template Below is a template provided for use when building your README f

Burak Demir 0 Jan 5, 2022
MEGA Android Client - A fully-featured client to access your Cloud Storage provided by MEGA

A fully-featured client to access your Cloud Storage provided by MEGA. This document will guide you to build the application on a Linux machine with Android Studio.

Mega Limited 1.1k Jan 3, 2023
Arjun Naik 1 Apr 16, 2022
Drawing app written with Jetpack Compose Canvas

✏️?? Drawing app written with Jetpack Compose Canvas. Draw using touch down, move and up events.Using array of paths to have erase, undo, or redo actions and set properties for path that will be drawn next separately.

Smart Tool Factory 30 Nov 10, 2022
A canvas you can draw on with different colors.

Simple Draw A canvas you can draw on with different colors. Want to draw something but you have no paper? This app will suit you perfectly. Just pick

Simple Mobile Tools 410 Jan 4, 2023
The tasks provided in the perspective of Google's android training project

Dogglers - Starter Code Starter code for the second independent project for Android Basics in Kotlin. Introduction This is the starter code for the Do

Alperen Ekin 0 Dec 15, 2021
Android-splash-screen-demo - Sample application to demo the various features provided in android-splash-screen

Android Splash screen API demo This is a sample application used to demonstrate the various features provided in android-splash-screen. More details c

Sridhar 1 Jan 3, 2022
A dummy application used for POC for Future of Furniture application using AR serivces provided by Google.

Furture A dummy application used for POC for Future of Furniture application using AR serivces provided by Google. Demo video.mp4 Splash Home Sofa Cha

Kapil Yadav 8 Nov 28, 2022