How to pass data between activities in Android Studio

preview_player
Показать описание
Learn how to pass data from one activity to another activity. You have to use intents. As a result, we will learn how to use putExtra() and getIntent() for string data.

#androidstudiojava #twominutecoding #intentandroidstudio
Рекомендации по теме
Комментарии
Автор

my app simply stops working when I click the button
I am fetching only one field username using this method
although I do have additional fields other then username which I am just ignoring
can that be the reason of the problem

lovekeshtiwana