Save Image from Imageview to Gallery in Android Studio | Android Tutorials

  Рет қаралды 29,515

Ketul Patel

Ketul Patel

Күн бұрын

This video will show you how to save the Image from Imageview to Gallery in Android Studio.
Code File : github.com/ket...
LIKE | SHARE | SUBSCRIBE
#AndroidStudio #AndroidTutorial

Пікірлер: 78
@therichard722
@therichard722 3 жыл бұрын
It doesn't work for me on a physical device, what should I do?
@AsianTrackGamerYT
@AsianTrackGamerYT 3 жыл бұрын
Java lang Null Pointer Exception occurs and applications crashes
@anandhakumar869
@anandhakumar869 2 жыл бұрын
getting the same error did you solved ?
@rahulshingne1963
@rahulshingne1963 2 жыл бұрын
@@anandhakumar869 did you solve ? 😅
@anandhakumar869
@anandhakumar869 2 жыл бұрын
@@rahulshingne1963 yes
@anandhakumar869
@anandhakumar869 2 жыл бұрын
@@rahulshingne1963 i reffered internet and used another method
@AsianTrackGamerYT
@AsianTrackGamerYT 2 жыл бұрын
@@anandhakumar869 yeah i solved this error.
@iskandarbeknizomov5698
@iskandarbeknizomov5698 2 жыл бұрын
After rotating device gets error Failure delivering result ResultInfo{who=null, request=1, result=-1, data=null} How can solve it?
@anazulemabarboza6926
@anazulemabarboza6926 3 жыл бұрын
Great Job.Thanks!
@carlosomar5350
@carlosomar5350 2 жыл бұрын
Blu E
@utuhlahur9817
@utuhlahur9817 2 жыл бұрын
thank u brother.. it work..
@umirazagems1527
@umirazagems1527 3 жыл бұрын
when i click on the save image . app closed. How i can solve this?
@ketulpatel
@ketulpatel 3 жыл бұрын
You will see what error is it in the log. Let me know what error is it .
@umirazagems1527
@umirazagems1527 3 жыл бұрын
@@ketulpatel thnku sir i missed one thing. Now its working fine
@pankajkcodes
@pankajkcodes 3 жыл бұрын
@@umirazagems1527 which thing you missed
@umirazagems1527
@umirazagems1527 3 жыл бұрын
@@pankajkcodes add permissions in menifest file.
@newwebapps3101
@newwebapps3101 4 жыл бұрын
Hii This code is not working in just higher versions android (Mi A3). Please help
@ketulpatel
@ketulpatel 4 жыл бұрын
What error you are getting ?
@NISHANTHN-me2xe
@NISHANTHN-me2xe 2 жыл бұрын
My App Closes after clicking the save button can you resolve this i have only one button and an image view with an image and i want to save that image to the gallery or anywhere inside
@umeshgowda2809
@umeshgowda2809 3 жыл бұрын
Bro please make video about to save pdf file in external storage using scoped storage concepts...please
@kartikaisharma1638
@kartikaisharma1638 3 жыл бұрын
how we can remove images from imageView. no video is made for it.
@pckrunal8094
@pckrunal8094 3 жыл бұрын
it's not working in android 11
@charliecliforddevilla7836
@charliecliforddevilla7836 2 жыл бұрын
It doesn't work on physical device, it keeps refreshing on the generate code page that I created.
@TacklessNebula3
@TacklessNebula3 3 жыл бұрын
Quick question brother - Can I use an Image Button as a normal button, and still have it working!?
@ketulpatel
@ketulpatel 3 жыл бұрын
Yes you can use an image button instead of normal button and it should work.
@TacklessNebula3
@TacklessNebula3 3 жыл бұрын
@@ketulpatel Thank you mate... the thing is, I am trying to save images being received from the sender in the phone storage. And I was really looking for something like this. I am glad you have uploaded the solution for our help. Means a lot, thank you! I will give it a shot and will ping you once I am done!!!
@ketulpatel
@ketulpatel 3 жыл бұрын
Welcome it is good to hear that it was helpful. Sure let me know once you are done.
@ketulpatel
@ketulpatel 3 жыл бұрын
You can try one thing. When you storing a image instance in a variable you can convert that to a bitmap and than directly store that bitmap as image in your storage. Using my tutorial you can do it when you receive a image in chat.
@TacklessNebula3
@TacklessNebula3 3 жыл бұрын
@@ketulpatel Ok! I will try this approach then!
@dhanashreepatil6838
@dhanashreepatil6838 3 жыл бұрын
it didnt work
@timiudvarhelyi4755
@timiudvarhelyi4755 3 жыл бұрын
try to add android:requestLegacyExternalStorage="true" to your manifest file
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
Upload image , get image kis lye hain ... In ki kia functionality hai
@ketulpatel
@ketulpatel 4 жыл бұрын
They are for uploading to database from my previous video.
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
And thanks for it
@thomasscalabre
@thomasscalabre 3 жыл бұрын
Get crash issue all the time i want to access the activity where the save button is
@faizan_world
@faizan_world Жыл бұрын
Thank you brother
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
thank you very much
@gabrielcardenas1521
@gabrielcardenas1521 3 жыл бұрын
no funciona
@rahasyaromancho2201
@rahasyaromancho2201 2 жыл бұрын
Will it work for api 30+
@PratejVlogs21
@PratejVlogs21 4 жыл бұрын
how to pass qr code image to save one activity to another activity
@ketulpatel
@ketulpatel 4 жыл бұрын
What exactly you want to do? Can you say in detail?
@PratejVlogs21
@PratejVlogs21 4 жыл бұрын
I am creating a Generate QR code application. It successfully generates my QR code but the problem was I want to save that QR code in my application only, just like that KZbin downloaded videos.
@ketulpatel
@ketulpatel 4 жыл бұрын
@@PratejVlogs21 than save it in database.
@PratejVlogs21
@PratejVlogs21 4 жыл бұрын
can you share source code
@GujaratiSafar
@GujaratiSafar 3 жыл бұрын
👍
@ahmedthaer3
@ahmedthaer3 4 жыл бұрын
config failed for wp[0x0008] E/AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile
@tourwithrahul01
@tourwithrahul01 3 жыл бұрын
Bro please help me i want to save video in gallery please help
@MuhammadAhmed-bd7li
@MuhammadAhmed-bd7li 3 жыл бұрын
Is the image being saved inside memory card? Because you are using external storage. Please clarify this I always get confused on this in android documentation.
@joseluislopez5539
@joseluislopez5539 Жыл бұрын
Internal storage refers to the directories that only your app can use or read and external storage is the directory that can contain files of your app which can be shared or read by other apps
@joseluislopez5539
@joseluislopez5539 Жыл бұрын
both are located in the internal memory of your smartphone
@vaibhzDixit
@vaibhzDixit 3 жыл бұрын
Thanks
@Troxc
@Troxc 3 жыл бұрын
My background is saved in black :c
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
Bro can you share source code
@ketulpatel
@ketulpatel 4 жыл бұрын
I have attached the GitHub repository.
@student9297
@student9297 4 жыл бұрын
@@ketulpatel ??
@student9297
@student9297 4 жыл бұрын
?
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
Hello bro ... please help me to send this QR code
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
Button for sending the QR code
@ketulpatel
@ketulpatel 4 жыл бұрын
@@rehmatullahkhan3243 send where ?
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
@@ketulpatel mean WhatsApp Facebook , Bluetooth Gmail
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
Like share button
@rehmatullahkhan3243
@rehmatullahkhan3243 4 жыл бұрын
If we want to share the image to others
@shivampatel9191
@shivampatel9191 4 жыл бұрын
Bau busy
@ampo2004
@ampo2004 3 жыл бұрын
bad audio balance, intro too loud and tutorial low volume
@officialjasakuy6205
@officialjasakuy6205 3 жыл бұрын
too much comment
@idelvertyondouii5787
@idelvertyondouii5787 Жыл бұрын
not working
Take Picture with Camera - Android Studio - Java
14:19
Atif Pervaiz
Рет қаралды 57 М.
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
From Small To Giant Pop Corn #katebrush #funny #shorts
00:17
Kate Brush
Рет қаралды 73 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 21 МЛН
Upload Images to Firebase in Android Studio | Beginner's Guide
8:36
I Remade YouTube From Scratch Using Just Bash
17:51
icitry
Рет қаралды 24 М.
Pick One/Multiple Images From Gallery | Android Studio | Java
14:56