How to use brotli in an android application? #274

Closed
opened 2026-01-29 20:41:13 +00:00 by claunia · 1 comment
Owner

Originally created by @aldebaran798 on GitHub (Mar 5, 2019).

Is it possible to use brotli in an android java project? I'm using retrofit for http calls.

Originally created by @aldebaran798 on GitHub (Mar 5, 2019). Is it possible to use brotli in an android java project? I'm using retrofit for http calls.
Author
Owner

@eustas commented on GitHub (May 7, 2019):

There is pure java decoder (see java/ directory).
For encoding, currently, some native library wrapper is required.

@eustas commented on GitHub (May 7, 2019): There is pure java decoder (see java/ directory). For encoding, currently, some native library wrapper is required.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#274