Skip to content

Commit

Permalink
#10 fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ramabit committed Jan 22, 2016
1 parent cacde22 commit 1f1493d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
@@ -1,14 +1,16 @@
# KillerTask
========

This is a Kotlin Android library to create async background tasks. Inspired by [TinyTask](https://github.com/inaka/TinyTask), but easier.
This is a Kotlin Android library to create async background tasks. Inspired by [TinyTask](https://github.com/inaka/TinyTask), but more beautiful and easy to use for Kotlin Android developments.

### Abstract
Android's `AsyncTasks` are highly criticized for being bad, unreliable, outdated, etc. Are they perfect? No.
Do we have better alternatives? Sure, but sometimes all we want is a quick and simple way to run something in the background.

### What is it, really?
Just a wrapper around an `AsyncTask`, with a funny looking API. The main difference between KillerTask and TinyTask is that this library is written in Kotlin for Kotlin Android developments.
Just a wrapper around an `AsyncTask`, with a funny looking API.
The main difference between KillerTask and TinyTask is that this library is written in Kotlin language, very different than Java.
To learn how to use Kotlin in your Android app you can visit: [Android development with Kotlin](http://inaka.net/blog/2016/01/15/android-development-with-kotlin)

### How to download and Install
Add the following to your `build.gradle` file:
Expand Down Expand Up @@ -65,7 +67,4 @@ For **questions** or **general comments** regarding the use of this library, ple

If you find any **bugs** or have a **problem** while using this library, please [open an issue](https://github.com/inaka/KillerTask/issues/new) in this repo (or a pull request :)).

And you can check all of our open-source projects at [inaka.github.io](http://inaka.github.io)

### Thanks to
[TinyTask](https://github.com/inaka/TinyTask) for inspiration
And you can check all of our open-source projects at [inaka.github.io](http://inaka.github.io)

0 comments on commit 1f1493d

Please sign in to comment.