retrofit
Here are 2,051 public repositories matching this topic...
-
Updated
Aug 25, 2018 - Java
Android AOP Architecture by Apt, AspectJ, Javassisit, based on Realm+Databinding+MVP+Retrofit+Rxjava2
-
Updated
Dec 27, 2018 - Java
Android MVP Architecture
-
Updated
May 31, 2017 - Java
-
Updated
Jan 13, 2022 - Kotlin
An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
-
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
The best file downloader library for Android
-
Updated
Mar 9, 2022 - Java
Android 程序员需要掌握的技术栈:数据结构算法、程序架构、设计模式、性能优化、Kotlin、NDK、Jetpack,以及常用的开源框架源码分析如 Flutter、Router、RxJava、Glide、LeakCanary、Dagger2、Retrofit、OkHttp、ButterKnife 等
-
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
Kotlin Coroutines await() extension for Retrofit Call
-
Updated
Dec 13, 2019 - Kotlin
Android 网络请求框架,简单易用,so easy
-
Updated
Feb 2, 2022 - Java
retrofit.dart is an dio client generator using source_gen and inspired by Chopper and Retrofit.
-
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,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断