I got stuck at the startActivityForResult(cameraIntent, IMAGE_CAPTURE_CODE); because it says that startActivityForResult is deprecated. Can you help on updating this code?
@kshitijchavan85952 жыл бұрын
yes same
@AndroidCoding2 жыл бұрын
Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@nakkaltime47382 жыл бұрын
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?
@linlyu46773 жыл бұрын
super!! It works on my app!! Huge appreciation !!!
@AndroidCoding3 жыл бұрын
Thanks. Glad to hear.
@nakkaltime47382 жыл бұрын
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?
@albertperellacanelles13143 жыл бұрын
protected void onActivityResult(int requestCode int resultCode @Nullable Intent data) say that parameters are wrong, any solution?
@Amor-t6v4 жыл бұрын
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.
@MontyEditz4 жыл бұрын
same happened to me as well
@MontyEditz4 жыл бұрын
but when I run the program on my Motorola phone it works
@Amor-t6v4 жыл бұрын
I added that line and the program executed successfully.
@woonie31343 жыл бұрын
@@Amor-t6v what line??
@Amor-t6v3 жыл бұрын
@@woonie3134 actually i couldn't remember now but once you see the code you'll get to know.
@erikbrandt39562 жыл бұрын
Came for the tutorial, stayed for the music 😎
@jeromepoire91803 жыл бұрын
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?
@homerlol90583 жыл бұрын
Did You fixed it? Have the same problem
@kshitijchavan85952 жыл бұрын
same problem as well
@vk_creation_bgm69913 жыл бұрын
My protected Void onActivitryresult is error...how to solve the error
@OpGamerz-qz4yz4 жыл бұрын
YOU ARE BOSS KEEP WORKING YOU WILL GO HIGHER AND HIGHER
@AndroidCoding4 жыл бұрын
Thanks for appreciation. Keep supporting.
@kshitijchavan85952 жыл бұрын
can you please help me with going on to the second activity? using if-else statement please help me.
@maxigherra45012 жыл бұрын
the images are saved as horizontal orientation, how do I change the orientation of the camera?
@geeti30023 жыл бұрын
Worked!!Thanks a lot!!
@AndroidCoding3 жыл бұрын
Welcome
@okhass4 жыл бұрын
may I ask for the source code ? The image did not appear on ImageView
@padalapallavi20112 жыл бұрын
Is it resolved? I'm having the same issue. Please help.
@sandipkamble29314 жыл бұрын
I always like this tutorial nice...,. Helpful
@AndroidCoding4 жыл бұрын
Thanks
@juanva35494 жыл бұрын
Why the photo is not saved on the device, tried many codes on android 10 and cannot save the photo taken on the phone
@woonie31343 жыл бұрын
Sir does it save the pic we took after we close and open app?!
@rancreation20123 жыл бұрын
Its work broo thanks... it am recommended that use if(resultcode== Activity.RESULT_OK && requestCode== 100){} otherwise when cancel camera crash the application
@arisaditya25633 жыл бұрын
thanks brooo, you save my life :)
@woonie31343 жыл бұрын
is this for the function void onActivity result at minute 4.33? I am confused where to put it
@woonie31343 жыл бұрын
@@arisaditya2563 is this for the function void onActivity result at minute 4.33? I am confused where to put it
@donaboyev4 жыл бұрын
Nice tutorial that I have ever seen!!! :) which program do you use for screen recording and editing videos, bro???
@codesouls24413 жыл бұрын
I also want to know this.
@sauravgaur87563 жыл бұрын
It is not working for me in fragment
@sagaryadav75605 жыл бұрын
Nice video bro..please make videos on firebase database pls bro..
@AndroidCoding5 жыл бұрын
Thanks. Check this : kzbin.info/www/bejne/epyldHiBg9CSkNE
@sagaryadav75605 жыл бұрын
@@AndroidCoding tnq bro..do more videos like this..
@AndroidCoding5 жыл бұрын
Ok
@sagaryadav75605 жыл бұрын
@@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..
@amanuelmoshaev45274 жыл бұрын
Hey I've tried this, and the Imageview won't change ..do you have a clue why?
@mehmetdirier34534 жыл бұрын
ı want to use two imageview and two take photo ...how can ı cahange this code
@the1nonlyani4 жыл бұрын
Great Video, how do I get the file location of that image? has it been saved?
@TinyGirl_Lifts5 жыл бұрын
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!!!
@rodrickngonyoku50424 жыл бұрын
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()
@AndroidCoding4 жыл бұрын
Getting null value from bundle.
@rodrickngonyoku50424 жыл бұрын
@@AndroidCodinghow exactly... Sorry for the questions, am new at this..
@jannaikodeyashwanthkumar81214 жыл бұрын
@@rodrickngonyoku5042 Just use "if (requestCode == 100 && data!=null) "
@rodrickngonyoku50424 жыл бұрын
@@jannaikodeyashwanthkumar8121 thanks for the feedback.
@jet_engine8233 жыл бұрын
@@rodrickngonyoku5042 I used it but its still the same
@ArezNury4 жыл бұрын
Great job
@AndroidCoding4 жыл бұрын
Thanks
@ipsaku5 жыл бұрын
Thank you.
@AndroidCoding5 жыл бұрын
Welcome
@hihohuhu22804 жыл бұрын
why is my picture blurred after taking a picture? please help ASAP
@francescolimosani5 жыл бұрын
Thank you very much!!!! You're the best! A question: how can I pass image to another activity?
@AndroidCoding5 жыл бұрын
Welcome. I will make a video on this topic, but it will take a time.
@francescolimosani5 жыл бұрын
@@AndroidCoding ok thanks
@indianmaza97624 жыл бұрын
kzbin.info/www/bejne/gobEmptuidqJacU
@Alexander-ny1ee3 жыл бұрын
any updates on this?
@kalanarathnayake71804 жыл бұрын
Thankyou very much!!
@AndroidCoding4 жыл бұрын
Welcome
@georgealbo2 жыл бұрын
startActivityForResult deprecated
@AndroidCoding2 жыл бұрын
Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@ashwatirao30363 жыл бұрын
Thank you so much,, your tutorials are the best. :')
@AndroidCoding3 жыл бұрын
You're welcome. Thanks for appreciating my work. Keep supporting.
@dany2414 жыл бұрын
Cool video
@AndroidCoding4 жыл бұрын
Thanks
@tasosvittas33454 жыл бұрын
I got a problem with setImageBitmap. Can u help me solve it, please?
@tasosvittas33454 жыл бұрын
it says: Non static method setImageBitmap(android.graphics.Bitmap) cannot be referenced from a static context
@abdulrahmanmohamed41314 жыл бұрын
@@tasosvittas3345 be careful with the capitals. Dont use the Bitmap class but use the object
@yasrabmemon4014 жыл бұрын
How can I send a image that I have captured...
@zakblacki5 жыл бұрын
How to open gallery and crop image with this ? please
@abenezerleta61843 жыл бұрын
Thank you so bro አመሰናለሁ
@AndroidCoding3 жыл бұрын
You're welcome
@electronicsandcommunicatio18174 жыл бұрын
Please made a video how can i save photo in gallery
@indianmaza97624 жыл бұрын
Hi, watch this tutorial kzbin.info/www/bejne/gobEmptuidqJacU
@sialeeMK4 жыл бұрын
Thank you for your Video, can you show the code that makes the image more hight resolution
@AndroidCoding4 жыл бұрын
Welcome
@indianmaza97624 жыл бұрын
You can try this tutorial kzbin.info/www/bejne/gobEmptuidqJacU
@mohkundori95014 жыл бұрын
How if after capture picture and save on server with php mysql ? 🙏🏻 thanks
@tonycapo014 жыл бұрын
You help me one more time, Thank :D
@AndroidCoding4 жыл бұрын
Welcome. It is my pleasure.
@omdalal17994 жыл бұрын
How to save captured photos in android application and also make pdf with description?
@StoryOfRitika5 жыл бұрын
how to save this image into mysql database using Retrofit
@full19702 жыл бұрын
❤❤❤❤👍👍👍👍
@AndroidCoding2 жыл бұрын
👍
@adeelanjum79432 жыл бұрын
PackageManager shows error
@samirdesigner33245 жыл бұрын
thanks bro please make swipe viewpager from bellow text details and with any viewpage have sound from bellow have button play sound thanks
@AndroidCoding5 жыл бұрын
Welcome. I'll make this topic later if possible.
@blogfish12374 жыл бұрын
Thank You
@AndroidCoding4 жыл бұрын
Your welcome
@terencejumba19393 жыл бұрын
nicee💪🏾💪🏾
@AndroidCoding3 жыл бұрын
Thanks🙏🙏🙏
@sourav57002 жыл бұрын
❤❤
@AndroidCoding2 жыл бұрын
👍🙏
@abhishekagarwal32714 жыл бұрын
Thank you buddy
@AndroidCoding4 жыл бұрын
Your welcome
@andrelontempra79614 жыл бұрын
Thanks a lot. Do you have video on Image inserting into MySql.
@AndroidCoding4 жыл бұрын
Welcome. I don't have video on this topic.
@thetekkitrealm48634 жыл бұрын
Bro. Please make a video for video camera with upload videos and beauty
@RohitKumar-nk2xl4 жыл бұрын
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.
@sandipkamble29314 жыл бұрын
Sir i want the background music link...
@AndroidCoding4 жыл бұрын
Video available on youtube. Channel name is given in description.
@devdylan61524 жыл бұрын
why do so many andriod dev videos have this awful unrelated gain heavy electronic music?! :( silence would be better than obnoxiously loud electronic music...
@romeoteneqexhi97394 жыл бұрын
turn off audio during watching the video
@sandipkamble29314 жыл бұрын
I like the background music rather than this tutorial... I always like this tutorial......
@devdattajoglekar72503 жыл бұрын
Loved your video.❤ Can you please tell how we can add autofocus feature to this app?
@_a2life_2 жыл бұрын
Good tutorial, but it runs phone's own camera app(
@dgh252 жыл бұрын
No! This will get a thumbnail of the picture... Sigh.
@aamirkamaal70523 жыл бұрын
startactivityforresult deprecated please reply
@AndroidCoding2 жыл бұрын
Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@nakkaltime47382 жыл бұрын
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?