I am in developing an Android Application as a beginner which has two Activities
,
Title FirstActivity
, SecondActivity
.
FirstActivity
has two Buttons
name France
, Canada
.
SecondActivity
is for showing the flag of each country by clicking the Button
and it has ImageView
.
if click France
button
shows the flag of France in SecondActivity
. Likewise Canada Button
.
Basically, What I asked, the SecondActivity should show the images based on which Button is clicked in FirstActivity.