-
Svaki poziv na getRepositorys kreira novi Retrofit, što je loše za performanse i stvara veliki memorijski impact. Retrofit s base konfiguracijom se treba kreirati kod prvog zahtjeva i nadalje za svaki…
-
**URL of codelab:**
[Codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-bas…
-
Currently in app we've been fetching quotes from Quotes.json in assets folder.
Task is to make an api call and use QuoteItem to display it.
You can use any API library you wish (preferred Retrofit…
-
To be **identical** to Laravel framework in Api routing
You can use this library [retrofit](https://mings.in/retrofit.dart/)
-
See https://square.github.io/retrofit/.
-
Miss some example on how to use them:
- multiple interceptors on a route (I just saw intereceptBefore/After but it's not a list)
- global interceptors to multiple route (Just saw how put them on a…
-
Currently we are using retrofit for making network calls to replicate.com. While this works, it is not purely a Koltin library and does not support platforms like kmm.
-
**Age & History -> Cladding, extensions and retrofits**
Date of significant extensions - add multiple? (Created separate issue)
The issue with updating the "Date of significant extensions" is that…
-
**Is your feature request related to a problem? Please describe.**
I use retrofit with [dio_smart_retry](https://pub.dev/packages/dio_smart_retry) package. I want to have ability to retry multipart r…
-
**Describe the bug**
When you want to use Constructor DSL to create your definitions and use `named()` function to provide a string qualifier to the definition, it doesn't work and your app crash. Ho…