Add ExecutableRunnable
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 12 Mar 2013 16:16:34 +0000 (18:16 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 12 Mar 2013 16:16:34 +0000 (18:16 +0200)
commitbf70dcc30a9bd5cbcd71aa8481f7171331f9f1b6
tree174b171aa70f19e988f4c22e44ac2ff8e7e00e7e
parent9ead79ec352a50d44f9eefb2496d4471733215e8
Add ExecutableRunnable

ExecutableRunnable is a lightweight replacement for AsyncTask.

It does not support onPreExecute()/onPostExecute() or showing progress,
but it can be ran multiple times and retried if it fails.
src/ro/ieval/fonbot/ExecutableRunnable.java [new file with mode: 0644]
This page took 0.009806 seconds and 4 git commands to generate.