How to compress image size and upload in firebase storage || [ IN ANDROID STUDIO ]

Опубликовано: 04 Апрель 2026
на канале: Coding India
1,398
20

#androidstudio
#compressimagesize
#androidprogram

Hi,
Friends today I am show you how to compress image size and upload compress image in firebase storage.
So friends watch this video and I hope this video is helpful us.

Dexter : dependency

dependencies{
implementation 'com.karumi:dexter:6.2.3'
}

Follow on instagram: uni_coding/instagram.com

Topic Time
0:00 Start video
0:01 Before watching this video follow this step
0:22 main xml
0:35 Add dexter dependency
1:16 Add user permission
1:38 Check run time user permission using dexter
2:52 Get images from phone storage
5:45 Get bitmap from uri
6:47 Compress image size
7:35 set image bitmap from image view
7:45 Convert Byte array output stream to byte array
8:11 Upload byte array in firebase storage
11:25 Run app
11:43 Install app
11:46 Test app

Thanks......