Android RxJava Networking with Retrofit, Gson - Notes App

preview_player
Показать описание

Android RxJava tutorial about using Retrofit Networking library in your app. An example of full notes app is explained with REST API integration.
Рекомендации по теме
Комментарии
Автор

// Fetch all notes
@GET("notes/all")
Single<List<Note>> fetchAllNotes();

You are using list for object of array, suppose there are single row just object. How to solve this type of problem ?

StoryOfTheReality
visit shbcf.ru