mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
updated readme
This commit is contained in:
parent
cae8296999
commit
d764328026
@ -71,6 +71,9 @@ class WordOfTheDayAsyncTask extends AsyncTask<Void, Void, WordOfTheDay> {
|
||||
}
|
||||
```
|
||||
|
||||
You can now invoke the async task anywhere in your app. Of course you'll want to do
|
||||
something more in your `onPostExecute` function.
|
||||
|
||||
```java
|
||||
new WordOfTheDayAsyncTask().execute();
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user