Search found 1 match

by itsaloya
Sun Apr 12, 2015 3:01 pm
Forum: Android Deployment
Topic: (SnapChat-like) Brush tool on Android Mobile
Replies: 1
Views: 3384

(SnapChat-like) Brush tool on Android Mobile

I am trying to create a SnapChat like app that allows the user to take a photo and then draw on the photo. I do the following:
1) Take a photo and place into img "myPic"
2) Create another image (img "drawArea) with rect = to img "myPic"
3) layer img "drawArea" to top
4) Choose brush tool
5) use ...