ScratchView
ScratchView copied to clipboard
AsyncTask Deprecation
Hello, in ScratchTextView.java, AsyncTask is Deprecated so what can we do about that, i have used Executors
many times but here we need params
from doInBackground
which we can't get from Executors
..