contentful / vault

Easy persistence of Contentful data for Android over SQLite.
https://contentful.github.io/vault/
Apache License 2.0
85 stars 19 forks source link

Download locale specific data? #174

Open vballem opened 1 year ago

vballem commented 1 year ago

Hi,

How can we inform Vault Library to download specific locales data only dynamically based on User locale at runtime?.

This reduces APK size alot as currently we have to pre pack ( pre seed) the database with in APK with all supported locales which is bloating the APK size for every release in new countries.