Vault is an Android library that simplifies persistence of data from Contentful via SQLite. It lets you define Java representations for your Contentful models. Then, at compile-time it will create a corresponding database schema by generating all the required boilerplate code and injecting it to the classpath. It is also bundled with a complementary lightweight runtime which exposes a simple ORM-like API for pulling resources from the generated database.
Questions tagged [contentful-vault]
5 questions
1
vote
1 answer
Vault Data offline persistence android api does not generate helper classes
I am trying to use Android Vault API to get data from Contentful.
https://github.com/contentful/vault
However, when I call requestSync(), get an error that helper classes could not be generated. Does anyone have a same problem?
I am using gradle…

A.jiji
- 226
- 3
- 6
0
votes
3 answers
Adding installation parameters to a contentful App
Struggling to find a working example or a document that explains how to set contentful app installation params. I can see how to get them from the SDK but settings them i cant.
any help is much appreciated.

John williams
- 654
- 1
- 8
- 22
0
votes
0 answers
Data offline persistence with Contentful in Android
Have anyone recently done offline data persistence with Contentful in Android app developed using Kotlin ? The Contentful official documentation and the linked sample projects seems no update for the past few years. Facing issues in…

Joseph
- 1,060
- 3
- 22
- 53
0
votes
1 answer
Setup Contentful Javascript SDK in React Native
I'm trying to implement Contentful Javascript SDK on a React Native project (without Expo).
This is the code:
const {createClient} = require('contentful/dist/contentful.browser.min.js')
useEffect(() => {
getContentfulData()
}, [])
const…

APadilla
- 1
0
votes
1 answer
No properties to serialize found on class com.contentful.vault.Asset
Am getting this error while trying to save an Object on the Firebase database that has an Asset property.
Similar errors have been documented in the following questions:
Firebase No properties to serialize found on class
Firebase No properties to…

Ojonugwa Jude Ochalifu
- 26,627
- 26
- 120
- 132