Room Persistence


Description

OkHttp is an HTTP client that’s efficient by default:

  • HTTP/2 support allows all requests to the same host to share a socket.
  • Connection pooling reduces request latency (if HTTP/2 isn’t available).
  • Transparent GZIP shrinks download sizes.
  • Response caching avoids the network completely for repeat requests.
Original Source

https://developer.android.com/topic/libraries/architecture/room.html

License conditions

Apache License, Version 2.0

Version

1.1.0-alpha1,

1.1.1

Download