Preveen Raj
Preveen Raj
Yeah, understood. If it were you, how would you generate a thumbnail from a video snip. I saw many solutions in the web. Curious. @0x006F
I wanted to get the overall the duration in seconds of the recorded video. Currently, I am using a package called get-blob-duration to achieve this. However, this has performance impacts....
That workaround is doable. Thanks for bringing it up. By the way, implementing blob's meta properties would be great. I believe people could make best value out of it. And...
I think this would be a good solution: (Using databinding) ```kotlin package com.example.colormyviews import android.graphics.Color import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.view.View import androidx.databinding.DataBindingUtil import com.example.colormyviews.databinding.ActivityMainBinding class MainActivity : AppCompatActivity() {...