Potato icon indicating copy to clipboard operation
Potato copied to clipboard

Read the fucking source code for the Android interview

Results 73 Potato issues
Sort by recently updated
recently updated
newest added

# OKhttp(1): Basic usage and wiki [TOC] 简单的使用 okhttp 进行网络请求。 ## OKhttp [An HTTP+HTTP/2 client for Android and Java applications. ](https://github.com/square/okhttp), 进行网络请求。 用 okhttp 进行网络请求需要涉及 request, respose,okhttpclient。 下面就分别看一下这几个部分: ### okhttpclient...

USAGE

# When Android meets KTX and anko [TOC] **TAG**: kotlin, android ktx, anko 在 google 官方宣布 Android 可以使用 kotlin 进行开发,并且 Kotlin 在 [Android Studio](https://developer.android.com/studio/?hl=zh-cn) 3.0 及更高版本中都支持后,目前新项目完全可以使用 kotlin 进行开发; 目前已经存在的项目,也可以使用 kotlin...

USAGE