Skip to content

artemmatiushenko1/DrawingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrawingApp - Android application

This is my implementation of an android drawing app where user is able to draw geometric shapes.

Overview

Features

  • Drawing 6 different geometric shapes (point, rectangle, oval, cube, OOLine, line)
  • Undo, redo action and reseting a canvas
  • Table with coordinates of the shapes, by long pressing any table record the corresponding shape will be removed from the canvas
  • Picking color and border width of shapes

Screenshots

example example example

My process

Built with