'Successor to Square's Tape for persistent queues on Android

https://square.github.io/tape/

Is there modern alternative to Square's Tape library for implementing persistent queues on Android? I notice Tape hasn't been upgraded in a while, but trying to search for other solutions to the problem all seem to lead back to Tape.

Trying to avoid implementing a queue backed by SQLite manually, but also wary of using a library which hasn't been updated in 5 years.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source