Fantastic tutorial, really helped me with passing integers. A lot of tutorials only used strings as examples. Thank you!
@stevennieves23727 жыл бұрын
Thank you! Really learned about Extras and as a result, I was able to overcome a big hurdle in my project.
@bitsinmyblood9 жыл бұрын
How is you only have 58 views on this video, because you created a great video, here. Thank you.
@ausackermann92205 жыл бұрын
this is so clear and straightforward. THX
@codingwithjoyk10 жыл бұрын
Thank you! Your videos are great... more, please, more!
@amitguitarist200810 жыл бұрын
great tutorial ... paid attention to details ..thanks for sharing
@alexcombow59449 жыл бұрын
Amazing tutorial, this fixed my code!
@gergananikolovagery50588 жыл бұрын
Thank you! Very well explained :)
@derejek636911 жыл бұрын
Thank you for this great tut.
@AdrianoPEPPER110 жыл бұрын
Thank you DrBFraser!
@simontilstedhansen92968 жыл бұрын
great video! It did really helped me.
@voiceoftheconscienceint534210 жыл бұрын
thanks for this tutorial.pls how can save the data in sqlitedatabase and still pass the saved data to another activity?thanks
@dantehunter619410 жыл бұрын
Great and Awesome Thank you sir
@tranquiloteov4 жыл бұрын
Awsome! thank you !
@joelowthianYT9 жыл бұрын
How can I pass multiple values to activities? I have 7 different EditTexts that I need to bring into another activity but I cannot do it with this method.
@obelix_gaul8 жыл бұрын
did u get an answer for this. I was also looking for the same thing
@ginggas8 жыл бұрын
You can use more "putExtras" if you want: 14:08 (he explains it for just a few seconds but that's the logic)
@TheFrostDawg5 жыл бұрын
best tutorial
@shrutichennuri11486 жыл бұрын
How can i pass values without using any button??
@altefoersempoi352510 жыл бұрын
woa really good tutorial saved my life ... but what if everytime I put numbers on the edittext it adds up to the last input in the edittext like I input a number then press button it shows on the nextactivity then I want to increase the number by pressing backbutton and putting another value on the edittext button then it adds up to the old input not just by changing the value but really adding the new input to the old input. tnx help really appreciated
@namrtakumari191410 жыл бұрын
Thanks!
@nisargchauhan791810 жыл бұрын
thanks a lot........
@beplaya212510 жыл бұрын
I'd like you to try out my open source library to make passing extras cleaner and easier: github.com/beplaya/Wagon. Thanks for any feedback!