How to Capture Image With Camera in Android Studio | CaptureImage | Android Coding

  Рет қаралды 50,154

Android Coding

Android Coding

Күн бұрын

Пікірлер: 119
@Domuh
@Domuh 3 жыл бұрын
I got stuck at the startActivityForResult(cameraIntent, IMAGE_CAPTURE_CODE); because it says that startActivityForResult is deprecated. Can you help on updating this code?
@kshitijchavan8595
@kshitijchavan8595 2 жыл бұрын
yes same
@AndroidCoding
@AndroidCoding 2 жыл бұрын
Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@nakkaltime4738
@nakkaltime4738 2 жыл бұрын
I have the project, capture the image and store in the new folder. Mandatory functionality is it's should show the previous image in low opacity level (like stopmotion app) Anyone interested?
@linlyu4677
@linlyu4677 3 жыл бұрын
super!! It works on my app!! Huge appreciation !!!
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks. Glad to hear.
@nakkaltime4738
@nakkaltime4738 2 жыл бұрын
I have the project, capture the image and store in the new folder. Mandatory functionality is it's should show the previous image in low opacity level (like stopmotion app) Anyone interested?
@albertperellacanelles1314
@albertperellacanelles1314 3 жыл бұрын
protected void onActivityResult(int requestCode int resultCode @Nullable Intent data) say that parameters are wrong, any solution?
@Amor-t6v
@Amor-t6v 4 жыл бұрын
I tried this code but why I was get an error at onActivityResult method. It was showing me that overriding method should call super. onActivityResult but i had seen in the video you deleted that line then why I was getting that error. I am new into this please help me if you know the answer.
@MontyEditz
@MontyEditz 4 жыл бұрын
same happened to me as well
@MontyEditz
@MontyEditz 4 жыл бұрын
but when I run the program on my Motorola phone it works
@Amor-t6v
@Amor-t6v 4 жыл бұрын
I added that line and the program executed successfully.
@woonie3134
@woonie3134 3 жыл бұрын
@@Amor-t6v what line??
@Amor-t6v
@Amor-t6v 3 жыл бұрын
@@woonie3134 actually i couldn't remember now but once you see the code you'll get to know.
@erikbrandt3956
@erikbrandt3956 2 жыл бұрын
Came for the tutorial, stayed for the music 😎
@jeromepoire9180
@jeromepoire9180 3 жыл бұрын
I am having an issue at 3:55 because the "onActivityResult" method is asking for a "Super.onActivityResult" to work. Which means that the line you suppressed needs to stay with my code and I don't understand why. Can you please help me?
@homerlol9058
@homerlol9058 3 жыл бұрын
Did You fixed it? Have the same problem
@kshitijchavan8595
@kshitijchavan8595 2 жыл бұрын
same problem as well
@vk_creation_bgm6991
@vk_creation_bgm6991 3 жыл бұрын
My protected Void onActivitryresult is error...how to solve the error
@OpGamerz-qz4yz
@OpGamerz-qz4yz 4 жыл бұрын
YOU ARE BOSS KEEP WORKING YOU WILL GO HIGHER AND HIGHER
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Thanks for appreciation. Keep supporting.
@kshitijchavan8595
@kshitijchavan8595 2 жыл бұрын
can you please help me with going on to the second activity? using if-else statement please help me.
@maxigherra4501
@maxigherra4501 2 жыл бұрын
the images are saved as horizontal orientation, how do I change the orientation of the camera?
@geeti3002
@geeti3002 3 жыл бұрын
Worked!!Thanks a lot!!
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Welcome
@okhass
@okhass 4 жыл бұрын
may I ask for the source code ? The image did not appear on ImageView
@padalapallavi2011
@padalapallavi2011 2 жыл бұрын
Is it resolved? I'm having the same issue. Please help.
@sandipkamble2931
@sandipkamble2931 4 жыл бұрын
I always like this tutorial nice...,. Helpful
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Thanks
@juanva3549
@juanva3549 4 жыл бұрын
Why the photo is not saved on the device, tried many codes on android 10 and cannot save the photo taken on the phone
@woonie3134
@woonie3134 3 жыл бұрын
Sir does it save the pic we took after we close and open app?!
@rancreation2012
@rancreation2012 3 жыл бұрын
Its work broo thanks... it am recommended that use if(resultcode== Activity.RESULT_OK && requestCode== 100){} otherwise when cancel camera crash the application
@arisaditya2563
@arisaditya2563 3 жыл бұрын
thanks brooo, you save my life :)
@woonie3134
@woonie3134 3 жыл бұрын
is this for the function void onActivity result at minute 4.33? I am confused where to put it
@woonie3134
@woonie3134 3 жыл бұрын
@@arisaditya2563 is this for the function void onActivity result at minute 4.33? I am confused where to put it
@donaboyev
@donaboyev 4 жыл бұрын
Nice tutorial that I have ever seen!!! :) which program do you use for screen recording and editing videos, bro???
@codesouls2441
@codesouls2441 3 жыл бұрын
I also want to know this.
@sauravgaur8756
@sauravgaur8756 3 жыл бұрын
It is not working for me in fragment
@sagaryadav7560
@sagaryadav7560 5 жыл бұрын
Nice video bro..please make videos on firebase database pls bro..
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Thanks. Check this : kzbin.info/www/bejne/epyldHiBg9CSkNE
@sagaryadav7560
@sagaryadav7560 5 жыл бұрын
@@AndroidCoding tnq bro..do more videos like this..
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Ok
@sagaryadav7560
@sagaryadav7560 5 жыл бұрын
@@AndroidCoding bro one request if u know wifi peer to peer conection pls make video on this... I have done connection with both devices but message will not send. For messaging i have used sockets..
@amanuelmoshaev4527
@amanuelmoshaev4527 4 жыл бұрын
Hey I've tried this, and the Imageview won't change ..do you have a clue why?
@mehmetdirier3453
@mehmetdirier3453 4 жыл бұрын
ı want to use two imageview and two take photo ...how can ı cahange this code
@the1nonlyani
@the1nonlyani 4 жыл бұрын
Great Video, how do I get the file location of that image? has it been saved?
@TinyGirl_Lifts
@TinyGirl_Lifts 5 жыл бұрын
I tried this video and the video of connecting the gallery and it worked fine but when i'm trying to combine the code together, my app is crashing. PLEASE HELP!!!
@rodrickngonyoku5042
@rodrickngonyoku5042 4 жыл бұрын
Great Video...unfortunately my app is crushing whenever I go back to the Main Activity without capturing an image... Its saying something about Attempting to invoke virtual method "android.os.Bundle Intent.getExtras()" on null object reference.. What could be the problem? Plus my IDE doesn't allow me to delete the super.onActivityResult()
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Getting null value from bundle.
@rodrickngonyoku5042
@rodrickngonyoku5042 4 жыл бұрын
@@AndroidCodinghow exactly... Sorry for the questions, am new at this..
@jannaikodeyashwanthkumar8121
@jannaikodeyashwanthkumar8121 4 жыл бұрын
@@rodrickngonyoku5042 Just use "if (requestCode == 100 && data!=null) "
@rodrickngonyoku5042
@rodrickngonyoku5042 4 жыл бұрын
@@jannaikodeyashwanthkumar8121 thanks for the feedback.
@jet_engine823
@jet_engine823 3 жыл бұрын
@@rodrickngonyoku5042 I used it but its still the same
@ArezNury
@ArezNury 4 жыл бұрын
Great job
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Thanks
@ipsaku
@ipsaku 5 жыл бұрын
Thank you.
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Welcome
@hihohuhu2280
@hihohuhu2280 4 жыл бұрын
why is my picture blurred after taking a picture? please help ASAP
@francescolimosani
@francescolimosani 5 жыл бұрын
Thank you very much!!!! You're the best! A question: how can I pass image to another activity?
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Welcome. I will make a video on this topic, but it will take a time.
@francescolimosani
@francescolimosani 5 жыл бұрын
@@AndroidCoding ok thanks
@indianmaza9762
@indianmaza9762 4 жыл бұрын
kzbin.info/www/bejne/gobEmptuidqJacU
@Alexander-ny1ee
@Alexander-ny1ee 3 жыл бұрын
any updates on this?
@kalanarathnayake7180
@kalanarathnayake7180 4 жыл бұрын
Thankyou very much!!
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome
@georgealbo
@georgealbo 2 жыл бұрын
startActivityForResult deprecated
@AndroidCoding
@AndroidCoding 2 жыл бұрын
Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@ashwatirao3036
@ashwatirao3036 3 жыл бұрын
Thank you so much,, your tutorials are the best. :')
@AndroidCoding
@AndroidCoding 3 жыл бұрын
You're welcome. Thanks for appreciating my work. Keep supporting.
@dany241
@dany241 4 жыл бұрын
Cool video
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Thanks
@tasosvittas3345
@tasosvittas3345 4 жыл бұрын
I got a problem with setImageBitmap. Can u help me solve it, please?
@tasosvittas3345
@tasosvittas3345 4 жыл бұрын
it says: Non static method setImageBitmap(android.graphics.Bitmap) cannot be referenced from a static context
@abdulrahmanmohamed4131
@abdulrahmanmohamed4131 4 жыл бұрын
@@tasosvittas3345 be careful with the capitals. Dont use the Bitmap class but use the object
@yasrabmemon401
@yasrabmemon401 4 жыл бұрын
How can I send a image that I have captured...
@zakblacki
@zakblacki 5 жыл бұрын
How to open gallery and crop image with this ? please
@abenezerleta6184
@abenezerleta6184 3 жыл бұрын
Thank you so bro አመሰናለሁ
@AndroidCoding
@AndroidCoding 3 жыл бұрын
You're welcome
@electronicsandcommunicatio1817
@electronicsandcommunicatio1817 4 жыл бұрын
Please made a video how can i save photo in gallery
@indianmaza9762
@indianmaza9762 4 жыл бұрын
Hi, watch this tutorial kzbin.info/www/bejne/gobEmptuidqJacU
@sialeeMK
@sialeeMK 4 жыл бұрын
Thank you for your Video, can you show the code that makes the image more hight resolution
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome
@indianmaza9762
@indianmaza9762 4 жыл бұрын
You can try this tutorial kzbin.info/www/bejne/gobEmptuidqJacU
@mohkundori9501
@mohkundori9501 4 жыл бұрын
How if after capture picture and save on server with php mysql ? 🙏🏻 thanks
@tonycapo01
@tonycapo01 4 жыл бұрын
You help me one more time, Thank :D
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome. It is my pleasure.
@omdalal1799
@omdalal1799 4 жыл бұрын
How to save captured photos in android application and also make pdf with description?
@StoryOfRitika
@StoryOfRitika 5 жыл бұрын
how to save this image into mysql database using Retrofit
@full1970
@full1970 2 жыл бұрын
❤❤❤❤👍👍👍👍
@AndroidCoding
@AndroidCoding 2 жыл бұрын
👍
@adeelanjum7943
@adeelanjum7943 2 жыл бұрын
PackageManager shows error
@samirdesigner3324
@samirdesigner3324 5 жыл бұрын
thanks bro please make swipe viewpager from bellow text details and with any viewpage have sound from bellow have button play sound thanks
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Welcome. I'll make this topic later if possible.
@blogfish1237
@blogfish1237 4 жыл бұрын
Thank You
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Your welcome
@terencejumba1939
@terencejumba1939 3 жыл бұрын
nicee💪🏾💪🏾
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks🙏🙏🙏
@sourav5700
@sourav5700 2 жыл бұрын
❤❤
@AndroidCoding
@AndroidCoding 2 жыл бұрын
👍🙏
@abhishekagarwal3271
@abhishekagarwal3271 4 жыл бұрын
Thank you buddy
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Your welcome
@andrelontempra7961
@andrelontempra7961 4 жыл бұрын
Thanks a lot. Do you have video on Image inserting into MySql.
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome. I don't have video on this topic.
@thetekkitrealm4863
@thetekkitrealm4863 4 жыл бұрын
Bro. Please make a video for video camera with upload videos and beauty
@RohitKumar-nk2xl
@RohitKumar-nk2xl 4 жыл бұрын
Like I clicked 4 images and I have some some text data and same I want to send to server then how would I do this.
@sandipkamble2931
@sandipkamble2931 4 жыл бұрын
Sir i want the background music link...
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Video available on youtube. Channel name is given in description.
@devdylan6152
@devdylan6152 4 жыл бұрын
why do so many andriod dev videos have this awful unrelated gain heavy electronic music?! :( silence would be better than obnoxiously loud electronic music...
@romeoteneqexhi9739
@romeoteneqexhi9739 4 жыл бұрын
turn off audio during watching the video
@sandipkamble2931
@sandipkamble2931 4 жыл бұрын
I like the background music rather than this tutorial... I always like this tutorial......
@devdattajoglekar7250
@devdattajoglekar7250 3 жыл бұрын
Loved your video.❤ Can you please tell how we can add autofocus feature to this app?
@_a2life_
@_a2life_ 2 жыл бұрын
Good tutorial, but it runs phone's own camera app(
@dgh25
@dgh25 2 жыл бұрын
No! This will get a thumbnail of the picture... Sigh.
@aamirkamaal7052
@aamirkamaal7052 3 жыл бұрын
startactivityforresult deprecated please reply
@AndroidCoding
@AndroidCoding 2 жыл бұрын
Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@nakkaltime4738
@nakkaltime4738 2 жыл бұрын
I have the project, capture the image and store in the new folder. Mandatory functionality is it's should show the previous image in low opacity level (like stopmotion app) Anyone interested?
@anhbe9601
@anhbe9601 3 жыл бұрын
how can I use back camera in emulator?
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Take Picture with Camera - Android Studio - Java
14:19
Atif Pervaiz
Рет қаралды 57 М.
Android tutorial (2018) - 75 - Camera API - Take Photos
5:36
PRABEESH R K
Рет қаралды 62 М.
Android Studio Tutorial Capture Image Using Camera
9:37
ARSL Tech
Рет қаралды 23 М.
Build Camera App Using Android Studio in 5 Minutes
5:28
Alan Ranjoni
Рет қаралды 27 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН