retrofit
Here are 2,051 public repositories matching this topic...
-
Updated
Aug 25, 2018 - Java
-
Updated
Dec 27, 2018 - Java
-
Updated
May 31, 2017 - Java
-
Updated
Jan 13, 2022 - Kotlin
-
Updated
Mar 7, 2022 - C#
-
Updated
May 29, 2019 - Java
If you want to contribute android projects to awesome-android-kotlin-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Jul 17, 2020 - Java
-
Updated
Mar 9, 2022 - Java
-
Updated
Dec 16, 2021 - Java
I was expecting it in https://www.python-httpx.org/advanced/#ssl-certificates section.
I went to read the source code expecting parallel api like this. And I found it supported.
I search the docs again but it is mentioned on https://www.python-httpx.org/compatibility/
-
Updated
Jun 23, 2020
-
Updated
Dec 13, 2019 - Kotlin
-
Updated
Feb 2, 2022 - Java
-
Updated
Feb 7, 2022 - Dart
-
Updated
Mar 23, 2022 - Kotlin
-
Updated
Dec 28, 2021 - Kotlin
If you want to contribute resources to awesome-jetpack-compose-android-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
Improve this page
Add a description, image, and links to the retrofit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the retrofit topic, visit your repo's landing page and select "manage topics."


举个例子:
@Nullable public static String getString(@NonNull Intent intent, @NonNull String key, @Nullable String defaultValue) { return getString(intent.getExtras(), key, defaultValue); }getString的已经有了defaultValue,然而还是Nullable,整个方法返回的也是Nullable,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断