Skip to content

Commit 4d43aa9

Browse files
committed
added readme..
1 parent 123b2ea commit 4d43aa9

2 files changed

Lines changed: 38 additions & 8 deletions

File tree

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Drawing Board
2+
3+
A canvas based drawing board for android with a paint brush and shapes drawing feature.
4+
5+
<!-- Get it from Playstore: -->
6+
7+
<!-- <a href='https://play.google.com/store/apps/details?id=com.matrix.drawing&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' height="60" /></a> -->
8+
9+
# Features: <br>
10+
<ul>
11+
<li>Inbuilt paint brush/pencil</li>
12+
<li>Color selection</li>
13+
<li>Choose different shapes and colors</li>
14+
<li>Save to local in png format</li>
15+
</ul>
16+
17+
## Screenshots
18+
19+
<p align="center">
20+
<img src="screenshots/1.jpg" width="16%"/>
21+
<img src="screenshots/2.jpg" width="16%"/>
22+
<img src="screenshots/3.jpg" width="16%"/>
23+
<img src="screenshots/4.jpg" width="16%"/>
24+
<img src="screenshots/5.jpg" width="16%"/>
25+
</p>
26+
27+
28+
# Tools: <br>
29+
<ul>
30+
<li>Kotlin/Native android</li>
31+
<li>Room {Only for some annotation purposes}</li>
32+
<li>Canvas</li>
33+
<li>Lifecycle</li>
34+
<li>DataBinding</li>
35+
</ul>
36+
37+
38+
You can contact me at: prasoonk187@gmail.com<br>

app/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ dependencies {
5555
annotationProcessor 'androidx.room:room-compiler:2.4.1'
5656
implementation "androidx.room:room-rxjava2:2.4.1"
5757

58-
//Retrofit
59-
def retrofit = "2.9.0"
60-
implementation "com.squareup.retrofit2:retrofit:$retrofit"
61-
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
62-
implementation "com.squareup.retrofit2:adapter-rxjava2:$retrofit"
63-
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2'
64-
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2'
65-
6658
testImplementation 'junit:junit:4.13.2'
6759
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
6860
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)