Android kotlin series explanation (getting started) using Intent to shuttle between Activities

<<Back to the previous article : Android kotlin series explanation (introduction) Activity understanding and basic usage

1. Use an explicit Intent

       You should already Activitybe familiar with the creation process, so I ActivityTestwill quickly create one in the project now Activity.

       Still right-click com.example.activitytestthe package → NewActivityEmpty Views Activity, a Activitydialog box will pop up to create, this time I named it SecondActivity, and tickedGenerate a La

Guess you like

Origin blog.csdn.net/qq_35091074/article/details/131973926