Skip to content

Commit d764328

Browse files
committed
updated readme
1 parent cae8296 commit d764328

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/client/wordnik-api/android/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ class WordOfTheDayAsyncTask extends AsyncTask<Void, Void, WordOfTheDay> {
7171
}
7272
```
7373

74+
You can now invoke the async task anywhere in your app. Of course you'll want to do
75+
something more in your `onPostExecute` function.
76+
7477
```java
7578
new WordOfTheDayAsyncTask().execute();
7679
```

0 commit comments

Comments
 (0)