Hey! :wave: I’m in need of adding an activity feed...
# android
n
Hey! 👋 I’m in need of adding an activity feed to my (multiplatform) app. Do anyone know if there’s any good service that has a Kotlin SDK? I’m basically only finding stream’s Activity Feeds which doesn’t have an Android or Kotlin sdk and I would prefer not to have to interact with their APIs manually, tbh. Thanks!
😶 4
m
I integrated with Stream's activity feeds. It took some getting to know Jackson and CompletableFutures though 😔 Hope you find something better
n
Did you use direct REST with them or what? Can you point me out to the doc on that? 🙏
m
The CloudClient is what we used in our Android app https://github.com/GetStream/stream-java
n
Ok, thanks for that!!