Android uses intent to realize page Jump

What is intent

Intent can be understood as a messenger (intention) to help complete the communication between Android components

Intent realizes the jump between pages

1> Startactivity (intent) 2 > startactivityforresult (intent, requestcode) onactivityresult (int requestcode, int resultcode, intent data) setresult (resultcode, data) the second startup method can return results

code

FirstActivity.java

SecondActivity.java

first_ layout.xml

second_ layout.xml

The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>