Tutorial Retrofit – 1. GET (Mengambil data dari REST API) – Android Studio Library: implementation ‘com.squareup.retrofit2:retrofit:2.6.2’ implementation ‘com.squareup.retrofit2:converter-gson:2.6.2’ implementation ‘androidx.recyclerview:recyclerview:1.1.0’ implementation ‘androidx.cardview:cardview:1.0.0’ Laptop Spec: Lenovo Thinkpad X230 Intel Core i5-3320M 2.60 GHz x 4 RAM 12GB HDD 500GB Operating System: Ubuntu 18.04.4 LTS Software: Android Studio 3.6 Kdenlive (Video…
Tag: rest
Android Weather App using REST api 08 JSONArrayRequest with Volley
Series of tutorials for building an Android Java app that demonstrates use of the Volley library for handling JSON data from a REST service. Includes advice on building a RequestQueue, designing a Singleton, callbacks for async network communications, Volley provides ready-to-use JsonArrayRequest and JsonArrayObject methods to parse a JSON file.
ToDoList App – REST API MEAN STACK
Paula Caceres
Android Weather App using REST api 05 Singleton Request Queue in Volley
Series of tutorials for building an Android Java app that demonstrates use of the Volley library for handling JSON data from a REST service. Includes advice on …
Automating and Testing a REST API in Java with RestAssured – Using The Book Source Code In Intellij
How to use the source code for the Book Automating and Testing a REST API Information about the book Book support page Book source code Instructions and help on installing Java, Maven and IntelliJ