Published: 18 Jan 2020 › Updated: 18 Jan 2020

Quiz Online about Android Studio
The following code is used to send data from an activity to another activity :
Intent intent = new Intent(this, SecondActivity.class);
intent.putExtra("number", 50);
startActivity(intent);
How do I receive the data on the activity intended?
for those who know the answer please write in the comment column😁
Leave Quiz Online about Android Studio to:
Read more #androidstudio posts
Best Posts From faizura
We have not curated any of faizura's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.