Back to project page mobilib.
The source code is released under:
MIT License
If you think the Android project mobilib listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.datdo.mobilib.util; import android.os.AsyncTask; abstract class MblAsyncTask extends AsyncTask<Void, Void, Void> {}