当前位置:网站首页>Click the button to call the system browser to open Baidu home page
Click the button to call the system browser to open Baidu home page
2022-06-26 07:50:00 【Don't hit me, it hurts!】
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button button1 = (Button) findViewById(R.id.button_1); button1.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { Intent intent=new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse("http://www.baidu.com")); startActivity(intent); } });}
stay java Button in the file button1 Override click function
It specifies Intent Of action yes Intent.ACTION_VIEW, This is a android Actions built into the system , Constant value is android.intent.action.VIEW
And then through Uri.parse() Method , Parse the URL string into Uri The object of , Re pass Intent Of setData() take uri This object comes in
边栏推荐
- Is it legal to open an account for compass stock trading software? Is it safe?
- [issue 22] sheen cloud platform one side & two sides
- Google Earth Engine(GEE) 01-中输入提示快捷键Ctrl+space无法使用的问题
- This article will take you to learn in detail what is FTTH
- Hand drawn style chart library chart Implementation principle of xkcd
- Pycharm settings
- 信息学奥赛一本通 1354:括弧匹配检验
- Class class of box selection four to and polygon box selection based on leaflet encapsulation
- Gavin teacher's insight on transformer live class - multi state transition of financial BOT and rasa interactive behavior analysis of Rasa project (52)
- Jemter stress test - visualization tool - [usage]
猜你喜欢

Redis (4) -- Talking about integer set
![JMeter stress test web agent local interface test [teaching]](/img/6d/a8b3cd1ca55993fe59c066f95ef093.png)
JMeter stress test web agent local interface test [teaching]
![[recommend 10 easy idea plug-ins with less tedious and repetitive code]](/img/74/69ca02e3d83404f7b0df07c308a59d.png)
[recommend 10 easy idea plug-ins with less tedious and repetitive code]
![[North Asia data recovery] a server data recovery method in which the partitions in the RAID5 array are formatted due to the misoperation of the NTFS file system](/img/4d/01310b489ca6a599a125e849ae4856.jpg)
[North Asia data recovery] a server data recovery method in which the partitions in the RAID5 array are formatted due to the misoperation of the NTFS file system

Record the dependent installation problems encountered in building the web assets when developing pgadmin

Chapter 5 (array)

Deeply analyze storage costs and find cost reduction solutions

This article will take you to learn in detail what is FTTH

Seven important reasons for responsive Web Design

Multisensor fusion sensing
随机推荐
Leetcode topic [array] -11- containers with the most rainwater
C#/. Net phase VI 01C Foundation_ 02:vs2019 basic operations, excluding code files, smart tips, data types, differences between float and double, and differences between string and string
B站增量数据湖探索与实践
Record the dependent installation problems encountered in building the web assets when developing pgadmin
信息学奥赛一本通 1354:括弧匹配检验
I want to create SQL data (storage structure)
[NLP] vector retrieval model landing: Bottleneck and solution!
Systemctl PHP configuration file
Minor problems in importing D
Orderly arrangement
[UVM foundation] UVM_ Driver member variable req definition
Install the local Google plug-in and watch the free video through the oil monkey script
Apache InLong毕业成为顶级项目,具备百万亿级数据流处理能力!
数据中心灾难恢复的重要参考指标:RTO和RPO
[UVM practice] Chapter 2: a simple UVM verification platform (5) build test cases
Hand drawn style chart library chart Implementation principle of xkcd
This article will take you to learn in detail what is FTTH
How to define a digital factory and what is the relationship with smart factory and industry 4.0
Arrangement and insertion structure
Google Earth engine (GEE) 01- the prompt shortcut ctrl+space cannot be used