Skip to content

Instantly share code, notes, and snippets.

View nareshkatta99's full-sized avatar

Naresh Katta nareshkatta99

View GitHub Profile
@nareshkatta99
nareshkatta99 / JavaCompressor.kt
Last active April 11, 2023 05:38
Java way of using Compressor 3.0 (Full project https://github.com/nareshkatta99/java_compressor_example)
package com.nareshkatta99.java_compressor
import androidx.appcompat.app.AppCompatActivity
import androidx.lifecycle.lifecycleScope
import id.zelory.compressor.Compressor
import id.zelory.compressor.constraint.Constraint
import id.zelory.compressor.constraint.default
import kotlinx.coroutines.launch
import java.io.File