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

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

Smartherd

6 лет назад

52,309 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Mahammad Rafi Shaik
Mahammad Rafi Shaik - 27.11.2022 20:04

what is the use of .java inside the intent

Ответить
Virtuoso Beats
Virtuoso Beats - 03.06.2022 23:27

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

Ответить
ruchika goyal
ruchika goyal - 15.01.2022 15:04

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.

Ответить
Raaz K Thapa
Raaz K Thapa - 06.11.2020 17:01

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

Ответить
Scube User
Scube User - 09.09.2020 14:19

Perfect (Y)

Ответить
JUNSU KIM
JUNSU KIM - 18.07.2020 11:42

Thank you for nice tutorial video. Thumbs up!

Ответить
cosovic14
cosovic14 - 15.06.2020 02:49

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

Ответить
cosovic14
cosovic14 - 14.06.2020 00:42

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

Ответить
Md. Shoriful hasan
Md. Shoriful hasan - 17.05.2020 21:16

Greetings from Bangladesh. Excellent Video as usual.

Ответить
Jeki Gates
Jeki Gates - 04.04.2020 05:35

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

Ответить
Aqib Fayyaz
Aqib Fayyaz - 23.02.2020 22:28

Thank you so much bhai.

Ответить
JOYSON JOHN
JOYSON JOHN - 31.12.2019 04:28

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.

Ответить
Daniyal Habib
Daniyal Habib - 30.12.2019 13:25

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

Ответить
Thanasis Athanasi
Thanasis Athanasi - 20.12.2019 19:54

Thanks man. Nice videos.

Ответить
sapana panda
sapana panda - 18.10.2019 18:11

Why operator after bundle

Ответить
Virtual curve
Virtual curve - 04.05.2019 11:19

Sir why these types of videos are that much underrated........

Ответить
Prashant Sawarwadkar
Prashant Sawarwadkar - 19.10.2018 06:39

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

Ответить