Media

Our Media module stands out as a potent tool for efficient and secure management and sharing of your image and video content. This module streamlines the process of uploading multimedia files to cloud storage, offering a hassle-free experience.

Primary Benefit

  • Seamlessly integrates with your workflow through its user-friendly API, reducing the need for manual database management.

  • Eliminates the complexities of setting up databases and managing servers, allowing you to focus on your core tasks

Note: There is no file size limitation for uploads via the SDK

Adding Module

Include the following dependency in your gradle file get latest version

implementation 'com.github.Truvideo:truvideo-sdk-android-media:x.x.x'

Ensure the inclusion of the jitpack repository in the setting.gradle file

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        maven {
            url 'https://jitpack.io'
        }
    }
}

Last updated

Was this helpful?