2018 International Symposium on Advanced Electrical and Communication Technologies (ISAECT) 2018
DOI: 10.1109/isaect.2018.8618824
|View full text |Cite
|
Sign up to set email alerts
|

Android REST APIs: Volley vs Retrofit

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
6
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 10 publications
(4 citation statements)
references
References 6 publications
0
4
0
Order By: Relevance
“…The REST API (Representational State Transfer) accelerates the development, creation, publication, and consumption of Web services through JavaScript Object Notation (JSON) to exchange data (Lachgar et al, 2018). The need to combine Web services and mobile devices has driven application development.…”
Section: Volleymentioning
confidence: 99%
“…The REST API (Representational State Transfer) accelerates the development, creation, publication, and consumption of Web services through JavaScript Object Notation (JSON) to exchange data (Lachgar et al, 2018). The need to combine Web services and mobile devices has driven application development.…”
Section: Volleymentioning
confidence: 99%
“…The Android Studio Chipmunk version is available from 2021 (Android Studio, 2022). Lachgar et al (2018) states that Android applications uses a REST API (Representational State Transfer) to transfer data on the Web, in order to create, publish and consume Web services through JSON. Volley is one of the most widely used libraries for accessing Web REST APIs.…”
Section: Android Studiomentioning
confidence: 99%
“…Retrofit support both synchronous and asynchronous network request to the remote web server. It also provides a caching mechanism for repeated network request [31]. Retrofit converts HTTP API into Java interface which helps to treat your network calls as simple Java method calls.…”
Section: Retrofitmentioning
confidence: 99%