I spent some cycles the last few weeks cleaning up a project I'd started months ago but never released: an RRC app for Android, using Jetpack Compose (like Columba) for a native Android UI.
Eridanus lets you view announced RRC hubs, connect to one, and join rooms to chat. It features auto complete for slash commands and @Nicknames. It also lets you host an RRC hub right from your phone, but you probably shouldn't unless you really need to when away from other infrastructure.
You'll need a shared Reticulum instance running on your phone for Eridanus to use. Developing and maintaining interface configuration UI is complex (and generates a lot of discussion, surprisingly enough), and I am intentionally keeping Eridanus as light as possible. Besides, I figured most people interested in an Android client for RRC today already have at least one of Columba, Sideband, or termux+rnsd running (Columba exposes the shared instance toggle under Settings -> Advanced as of v2.0.0-beta, but only in the RNS-backed python build. I may enable it for the kotlin build after further testing, but it's not there today).
Like Columba (v2 and higher), Eridanus comes in two apk flavors: one that uses Mark's RNS (via Chaquopy) as its backend, and the other that uses reticulum-kt as its backend. Both flavors use a shared implementation of the RRC protocol in kotlin, which like the rest of the Eridanus UI, was developed with AI assistance, so there are likely some bugs to find. Additionally, most of Eridanus was developed several months ago, and the only newer feature I've adopted from rrcd is ACTION, so there might be some other recent things missing.
Anyway, here it is: https://github.com/torlando-tech/eridanus, enjoy!