We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the SDK downloads the file every time before it displays it.
The text was updated successfully, but these errors were encountered:
There is an interface that you should implement https://github.com/box/box-android-sdk/blob/master/box-content-sdk/src/main/java/com/box/androidsdk/content/BoxCache.java and you just pass the reference to BoxConfig by calling https://github.com/box/box-android-sdk/blob/master/box-content-sdk/src/main/java/com/box/androidsdk/content/BoxConfig.java#L62
Sorry, something went wrong.
@lupajz Is there any concrete example you can point to? The put function gets called several times.
put
No branches or pull requests
Right now, the SDK downloads the file every time before it displays it.
The text was updated successfully, but these errors were encountered: