Tag: Retrofit
OkHttp simplifies the idea of request encapsulation
January 14, 2024
by Kate Flood
No Comments
There are many ways to encapsulate OKHttp, even Retrofit is based on OKHttp. The encapsulation in this article is not necessarily the best, but it...
Read More
Android project framework construction: MVP + RetroFIT + RXJava + RXbus
January 14, 2024
by 楊志宏
No Comments
During this period, the company needs to rebuild the original project to form the MVP architecture. I have sorted out the MVP architecture by referring...
Read More
Based on MVP, integrated RxJava+Retrofit+TabLayout+ButterKnife weather App implementation
January 14, 2024
by Prerak Ghosh
No Comments
Legleg is an MVP-based APP that integrates RxJava, Retrofit, TabLayout, ButterKnife, and other open source libraries to implement a weather forecast query class. MVP +...
Read More
I stroked off a small project with Kotlin+Retrofit+RxKotlin+MVP
January 14, 2024
by Gabriela Miller
No Comments
As an Android developer, Kotlin, which Google has been pushing so hard, must be able to use. Recently, I used part of douban film interface...
Read More
Android chain call builds third party web engine
January 14, 2024
by Elakshi Tak
No Comments
Last time we looked at Volley,Okhttp,Retrofit, which one should I choose? But it is true that there are many third-party network frameworks at present, and...
Read More
Why don’t you take a look at Retrofit?
January 13, 2024
by Julie Best
No Comments
Android development, from the native HttpUrlConnection to the classic Apache HttpClient, and then to the front of these network infrastructure framework encapsulation, such as Volley,...
Read More
Why don’t you take a look at Retrofit?
January 13, 2024
by 謝飛
No Comments
Android development, from the native HttpUrlConnection to the classic Apache HttpClient, and then to the front of these network infrastructure framework encapsulation, such as Volley,...
Read More
Open source: Android reading application based on MVP+Retrofit+RxJava+Jsoup+Glide+Material Design
January 13, 2024
by Purab Datta
No Comments
Daily read/read only based on MVP+Retrofit+RxJava+Jsoup+Glide development reading small application V0.8 has been realized function realization MVP+RxJava+Retrofit overall framework implementation Retrofit+OkHttp cache girl
Read More
One line of code to achieve Okhttp,Retrofit,Glide download upload progress monitoring
January 13, 2024
by Dr. Carol Jones
No Comments
The original address: www.jianshu.com/p/5832c7766... I didn't write a line of code to implement the Toolbar! And you're still wrapping BaseActivity? It was a month ago,...
Read More
Android framework Retrofit+Rxjava+Glide classic use
January 13, 2024
by Navya Sarraf
No Comments
EasyFrame3.0.0 is a network processing architecture implemented by RxJava and Retrofit, using Glide as the picture processing architecture. Greatly simplifies the APP framework structures in...
Read More
How does Retrofit work?
January 13, 2024
by Chelsea Parrish DDS
No Comments
Analysis based on RxJava
Read More
One line of code to achieve Okhttp,Retrofit,Glide download upload progress monitoring
January 12, 2024
by Mrs. Marie Gardner
No Comments
The original address: http://www.jianshu.com/p/5832c776621f preface published article I don't write one line of code to achieve the Toolbar! And you're still wrapping BaseActivity? It was...
Read More
OkHttp – Summary of Retrofit network cache Settings
January 12, 2024
by Alex Hussain
No Comments
This configuration, everyone's needs are not the same, the implementation is certainly not the same. Cachecontrol.force_network enforces network use without any caching. These two Settings...
Read More
Kotlin combines Rxjava with Retrofit to make minimal network requests
January 12, 2024
by 張家銘
No Comments
When I took over the project for an outsourcing company, I was surprised to find that the project had two network requests (Volley and Retrofit)....
Read More
Basic explanation of web request framework Retrofit2.0
January 12, 2024
by Matthew Harrison
No Comments
Retrofit is a RESTful Android(Java) client implementation based on annotations that provides JSON to POJO(Plain Ordinary Java Object), POJO to JSON, web requests (POST, GET,PUT,...
Read More
Android framework design Demo, a simple MVP sample search function, web requests implemented with Retrofit+RxJava
January 12, 2024
by Lesley Hargreaves
No Comments
The business logic of the project is constantly changing, and the requirements are constantly expanding, which makes it more and more tedious to deal with...
Read More
Basic use of Retrofit framework in Android (request data and parse)
January 12, 2024
by Anne Anderson
No Comments
Retrofit is a popular Http framework for Android. You can set up Http requests, parse JSon, and so on by specifying what resources to request....
Read More
Android Retrofit source code parsing
January 12, 2024
by Luke Robinson
No Comments
Retrofit is an HTTP framework from Square for Android and Java. Retrofit turns network requests into method invocations, which are simple and easy to use....
Read More
Retrofit and OkHttp implement Android web caching
January 12, 2024
by Donna Sixtus
No Comments
Haven't done network cache this aspect of the function, so want to learn. Read a lot of articles on the Internet, but also watched part...
Read More
Retrofit source code read and hand lift a Retrofit
January 12, 2024
by Patricia Randolph
No Comments
Next let us take questions from the source code to find the answer. 2, and then through the retrofit. The create (WanAndroidApi: : class. Java)...
Read More
Java/Android design pattern < a > singleton + Builder pattern
January 12, 2024
by Ms. Jennifer Byrne
No Comments
There are many design modes in Android, which can effectively improve the development efficiency, code efficiency and project innovation; Singleton and builder are introduced here
Read More
Android Retrofit source code series (a) ~ principle analysis
January 12, 2024
by Karen Simmonds
No Comments
We know that the Retrofit Web framework is very common in Android development and can be easily combined with RxJava and Kotlin Coroutine. I recently...
Read More
Implement a Mini-Retrofit framework hand by hand
January 11, 2024
by Yashvi Karan
No Comments
Instead of using the Callback provided by OkHttp, we simply wrapped it internally and converted it into the project's own NetCallback, because for the project's...
Read More
Android Retrofit source code series (2) ~ custom CallAdapter
January 11, 2024
by 朱志偉
No Comments
From our previous Retrofit source code analysis, we know that CallAdapter plays an important role in Retrofit. Today we'll take a look at customizing the...
Read More
The Beauty of Architectural Design – Uncovering Retrofit Design Principles
January 11, 2024
by Matthew Skinner
No Comments
Retrofit is the dominant network request framework for Android development. Why is Retrofit mainstream? What problems does Retrofit solve? What is Retrofit for? And how...
Read More
Retrofit dynamic Settings support JSON and XML format conversion factories
January 11, 2024
by Dr. Lawrence O'Brien
No Comments
In daily development, the common data transfer protocol format for network requests is usually fixed, such as JSON or XML. There are some exceptions, however,...
Read More
OkHttp, rxJava, Retrofit Joint Network Request (1)
January 10, 2024
by Manikya Bhatti
No Comments
Almost all web frameworks today are written in Okhttp, RXJava, and RetroFIT. Because there is nothing recently, I take the time to summarize this knowledge:...
Read More
How to understand design patterns and their ideas?
January 10, 2024
by Lance Stevenson
No Comments
Data structure, algorithm and design patterns is considered to be one of the indispensable skill programmer trident, if the grammar of the programming language features...
Read More