How to use Prismic on native Android

Hi. I was wondering how Prismic can be used to develop a native android app.

Prismic seems to only support web frameworks. To develop for Android, would I need to use the REST API or GraphQL and template the content in Android?

I also saw the Java kit. However, it only seems to template content using HTML/JSTL for the web.

Thank you!

Hello @pedro.agostinho295, welcome to the community!

Prismic indeed specializes in web projects. However, if your native app works with JavaScript, you can use the API endpoint as with any other technology.

Check out our @prismicio/client documentation. Here we show you how to install the kit with React Native: