fabiendevos / nanotasks

Extremely light way to execute code in the background on Android. Alternative to AsyncTask.
Other
387 stars 36 forks source link

Update Description - "AsyncTask Alternative" #12

Closed theelfismike closed 9 years ago

theelfismike commented 9 years ago

The description is very misleading:

Extremely light way to execute code in the background on Android. Alternative to AsyncTask.

Yet the whole library is based on AsyncTask: https://github.com/fabiendevos/nanotasks/blob/master/NanoTasks/nanotasks/src/main/java/com/nanotasks/AbstractTask.java

Perhaps it would be better to describe this as a facade for AsyncTasks?

fabiendevos commented 9 years ago

You're absolutely right. The description was misleading and I just updated it to describe NanoTask as a wrapper around AsyncTask. I hope this is more accurate.