Kotlin Android Tutorial: Share Data between Activities using Explicit Intent #2.4

preview_player
Показать описание

Explore what is Intent, Explicit Intent and Implicit Intent. Learn how to use Explicit Intent to pass data from one Activity to another.

.
Please donate and support my work
(If you think my free tutorials are better than paid ones :)

Free Programming courses:

Free Flutter course:

Free Android courses:

More free programming courses:

Check out my website:

Let's get in touch! [Sriyank Siddhartha]

---- Thank you for your love and support ----
Рекомендации по теме
Комментарии
Автор

Greetings from Jamaica. Excellent Video as usual.

jahblessever
Автор

Sir why these types of videos are that much

virtualcurve
Автор

This is three times harder than JavaScript. I'm going insane learning this.

AbudiChannel-cwvs
Автор

Greetings from Bangladesh. Excellent Video as usual.

md.shorifulhasan
Автор

My app doesn't open on android device. And it shows a warning msg " The 'kotlin-android-extensions' Gradle plugin is deprecated ", please help me with it.

ruchikagoyal
Автор

at 3:54, where you use
val bundle: Bundle? = intent.extras
val msg =

If I understand correctly, you get all the extras (information passed) from MainActivity, why would you use that instead of something like this:

val msg: String =

I think that way it's a little less confusing for beginners.

Valkyrie
Автор

I didn't get text(from getText()/setText()) CharSequence!. I only got an option with "Editable!" instead of "CharSequence!". That not worked. When I used txvUserMessage.setText(msg) it worked.

joysonjohn
Автор

Can you please make a video on passing data from Activity to Fragment and Fragment to Fragment in Kotlin? I will pay you seriously.

cosovic
Автор

Hi, I got a problem where the second activity crashes, whenever I get the message value from the first activity

VirtuosicBeats
Автор

Thank you for nice tutorial video. Thumbs up!

xjstree
Автор

Even after declaring second activity in Android manifest file.. the error is coming.. that I have not declared it.. help!

theblackvirtus
Автор

Is it not necessary to create the reference for the textview or edittext etc in main method as we are doing while using java in android studio

prashantsawarwadkar
Автор

Where can I learn how to share data between fragments and from activity to fragment in kotlin

cosovic
Автор

Excuse me, Sir. Why do we need to put ? after Bundle ( val bundle : Bundle? ), What is the meaning of Bundle!!. Please reply me

jekigates
Автор

what is the use of .java inside the intent

MahammadRafiShaik-iwtf
Автор

My app is keep crashing when i try to navigate to the next activity.
And when i saw in the logcat it say
I even compared the code and its same
Plz help

daniyalhabibweb
Автор

intent.PutExtra doesn't work intent.putExtra ("user_ message", message)

Raaz
Автор

Few Questions..
-What is Bundle?
-What is extra?
-What is not null assertion operator?
and also what does these methods return?

ai
welcome to shbcf.ru