bl双性强迫侵犯h_国产在线观看人成激情视频_蜜芽188_被诱拐的少孩全彩啪啪漫画

Android學習——Intent的使用

intent的簡單用法

無棣ssl適用于網站、小程序/APP、API接口等需要進行數據傳輸應用場景,ssl證書未來市場廣闊!成為創新互聯的ssl證書銷售渠道,可以享受市場價格4-6折優惠!如果有意向歡迎電話聯系或者加微信:13518219792(備注:SSL證書合作)期待與您的合作!

 

Intent 一些簡單用法

傳值:

Intent intent=new Intent();
intent.putExtra("extra", "這是頁面一傳來的值!");
intent.setClass(Test_for_intentActivity.this, actpage2.class);
startActivity(intent);

取值:

Intent intent=getIntent();
String StringE=intent.getStringExtra("extra");
TextView text2=(TextView)findViewById(R.id.textView2);
text2.setText(StringE);

 打開網頁

  1. Uri uri = Uri.parse("http://www.google.com");

  2. Intent it 

     

    = new Intent(Intent.ACTION_VIEW,uri);

  3. startActivity(it); 

撥打電話
Uri uri =Uri.parse("tel:xxxxxx");
Intent it = new Intent(Intent.ACTION_DIAL,uri);  
startActivity(it);
 
6.調用發短信的程序
Intent it = newIntent(Intent.ACTION_VIEW);   
it.putExtra("sms_body", "TheSMS text");   
it.setType("vnd.android-dir/mms-sms");   
startActivity(it);

  1. //發送附件

  2. Intent it = new Intent(Intent.ACTION_SEND); 

     

  3. it.putExtra(Intent.EXTRA_SUBJECT, "The email subject text"); 

     

  4. it.putExtra(Intent.EXTRA_STREAM, "file:///sdcard/eoe.mp3"); 

     

  5. sendIntent.setType("audio/mp3"); 

     

  6. startActivity(Intent.createChooser(it, "Choose Email Client")); 

 

文章題目:Android學習——Intent的使用
文章源于:http://vcdvsql.cn/article18/gjjdgp.html

成都網站建設公司_創新互聯,為您提供網站制作、靜態網站、網站導航、網站收錄、品牌網站建設、面包屑導航

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

外貿網站建設