fabiendevos / nanotasks

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

Added backwards compatibility #10

Closed sebastianmarschall closed 9 years ago

sebastianmarschall commented 9 years ago

~ changed minSdkVersion to 9 ~ use AsyncTasks default executor on pre honeycomb ~ throwing exception when custom executor is passed in on pre honeycomb

fabiendevos commented 9 years ago

Thank you!