Skip to content

Commit 2083096

Browse files
authored
Update README.md
1 parent 124313e commit 2083096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Connecting Dots Problem
22
An android project to make a canvas to connect 2 dots using different color using line.
33

4-
### Full Description :-
4+
### Full Description :
55

6-
`Create a closed figure. When user touches the screen, a point will be created at that location. When user again touched at some other point on the screen then again a point will be created and a line will be drawn b/w the 1st and 2nd point. The line will have a random color. When user again touches the screen, again 3rd point will be created at the location of touch and a line will be drawn b/w the 2nd and 3rd point. Same procedure will go on for further points. If at any time user clicks on the 1st point then the path will get closed and user will not be able to create any other point. User can also “Undo” the steps using the Undo button.`
6+
> Create a closed figure. When user touches the screen, a point will be created at that location. When user again touched at some other point on the screen then again a point will be created and a line will be drawn b/w the 1st and 2nd point. The line will have a random color. When user again touches the screen, again 3rd point will be created at the location of touch and a line will be drawn b/w the 2nd and 3rd point. Same procedure will go on for further points. If at any time user clicks on the 1st point then the path will get closed and user will not be able to create any other point. User can also “Undo” the steps using the Undo button.
77
88
For more information you can refer the image provided below.
99

0 commit comments

Comments
 (0)