Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Added new examples #10

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Added new examples #10

wants to merge 10 commits into from

Conversation

reixa00
Copy link

@reixa00 reixa00 commented Jun 4, 2015

HttpUrlConnection and AsyncTask
ListView with BaseAdapter and Data Object
OkHttp and AsyncTask
Gson deserializers with OkHttp and AsyncTask
Anko simple ui
Anko async api sample

HttpUrlConnection and AsyncTask
ListView with BaseAdapter and Data Object
OkHttp and AsyncTask
Gson deserializers with OkHttp and AsyncTask
Anko simple ui
Anko async api sample

}

open class GetJsonWithOkHttpClient(textView: TextView) : AsyncTask<Void, Void, String>() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use Unit instead (here and there).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced Void with Unit.

@reixa00
Copy link
Author

reixa00 commented Jun 9, 2015

Will try to fix everything up as soon as I can. Thanks for the check! ;)

@reixa00
Copy link
Author

reixa00 commented Jun 27, 2017

If there´s something that needs to be changed just tell me and will try my best to modify it.

@reixa00
Copy link
Author

reixa00 commented Sep 4, 2017

Updated Kotlin version to 1.1.4-2. Latest version bundled with Android Studio < 3.0.

@reixa00
Copy link
Author

reixa00 commented Dec 5, 2017

Updated libraries to: Kotlin 1.1.51, Anko 0.10.3, OkHttp 3.9.0, Tools 26.0.2, Compat libraries to 26.1.0

@reixa00
Copy link
Author

reixa00 commented Dec 26, 2017

Merged the upstream with my current master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants