Skip to content

Using Rxjava,Retrofit,okhttpclient,spinkit,glide,butterknife

Notifications You must be signed in to change notification settings

abhigupta19/Flight_app

Repository files navigation

Fligh_app

maxresdefault

In the Airline Tickets example, we need to make multiple dependent HTTP calls to render the screen. At first, all the tickets will be fetched by making single HTTP call excluding the price and available seats on each airline. The realtime price and seats availability will be fetched separately for each ticket.

Let’s say we have 20 tickets available, all the 20 tickets will be fetched in first HTTP call. Next, 20 subsequent HTTP calls will be made parallelly to fetch the price and seats information. Using Rxjava,Retrofit,okhttpclient,spinkit,glide,butterknife.

About

Using Rxjava,Retrofit,okhttpclient,spinkit,glide,butterknife

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages