Второй пост про Retrofit. В нем обсуждаем использование переменных при формировании URL запроса, подключение RxJava, логирование данных, синхронный вызов, получение данных в виде String
#android #network
http://startandroid.ru/ru/blog/507-retrofit-query-path-rxjava.html
#android #network
http://startandroid.ru/ru/blog/507-retrofit-query-path-rxjava.html
StartAndroid
Retrofit. Query, Path, RxJava, логи
Как вывести в лог содержимое запросов Retrofit. Как использовать RxJava в Retrofit.
Различные способы дебага http-запросов
#android #debug #network
https://medium.com/@ievgeniitkachenko/different-ways-to-debug-https-requests-in-an-android-emulator-cbf4e0c8ce17
#android #debug #network
https://medium.com/@ievgeniitkachenko/different-ways-to-debug-https-requests-in-an-android-emulator-cbf4e0c8ce17
Medium
Different ways to debug https requests in an Android emulator
A lot of developers face problems while debugging https traffic via the android emulator. There are a lot of ways to see requests details…
В статье описывается использование разных конвертеров в одной инстанции Retrofit. С помощью аннотаций можно указать, какой конвертер должен использоваться.
#android #network #retrofit
https://medium.com/mindorks/retrofit-with-multiple-converters-71ecd4042681
#android #network #retrofit
https://medium.com/mindorks/retrofit-with-multiple-converters-71ecd4042681
Medium
Retrofit with multiple converters
Hello Guys!! I have integrated retrofit with rxjava2.0 in my project, everything was going smooth, I have created a retrofit instance and…
Реализация кэша в Retrofit с помощью Interceptor
#android #retrofit #network #cache
https://medium.com/swlh/annotation-based-offline-caching-in-retrofit-d7dbd775ac74
#android #retrofit #network #cache
https://medium.com/swlh/annotation-based-offline-caching-in-retrofit-d7dbd775ac74
Medium
Annotation-Based Offline Caching in Retrofit
Annotations are syntactic metadata that provides data about a program that is not part of the program itself. Annotations have no direct…
Видео от команды YooMoney о том, как выстроить сетевой слой архитектуры в приложении
#android #architecture #network
https://www.youtube.com/watch?v=yYMPGlAFhQo&list=PLd_j4Ug00ng03auVNqDXScX3-TFKhve-v&index=20
#android #architecture #network
https://www.youtube.com/watch?v=yYMPGlAFhQo&list=PLd_j4Ug00ng03auVNqDXScX3-TFKhve-v&index=20
Вышла новая версия Ktor, альтернативы OkHttp от Jetbrains
Что нового в версии 3:
- Migrating to kotlinx-io
- Support for server-sent events
- Serving static resources from ZIP archives
- Support for CSRF
#kotlin #network #ktor
https://blog.jetbrains.com/kotlin/2024/10/ktor-3-0/
Что нового в версии 3:
- Migrating to kotlinx-io
- Support for server-sent events
- Serving static resources from ZIP archives
- Support for CSRF
#kotlin #network #ktor
https://blog.jetbrains.com/kotlin/2024/10/ktor-3-0/
The JetBrains Blog
Ktor 3.0 Is Now Available With New Features and Improved Performance | The Kotlin Blog
Ktor 3.0 is faster, better integrated with Kotlin tools, and offers more options for client-server apps. Find more details in the blog post.