色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Android studio 廣播的簡單使用代碼詳解

瀏覽:2日期:2022-09-19 17:16:24

1.在布局文件里面加入按鈕,等會發送廣播

<?xml version='1.0' encoding='utf-8'?><LinearLayout xmlns:android='http://schemas.android.com/apk/res/android' xmlns:app='http://schemas.android.com/apk/res-auto' xmlns:tools='http://schemas.android.com/tools' android:layout_width='match_parent' android:layout_height='match_parent' android:gravity='center' tools:context='.MainActivity3'><Buttonandroid: android:layout_width='wrap_content'android:layout_height='wrap_content'android:text='發送廣播'></Button></LinearLayout>

2.使用廣播的第一步當然是創建一個廣播接受者

public class MyBrodestReciver extends BroadcastReceiver{@Overridepublic void onReceive(Context context, Intent intent) { //判斷action是否為添加的action,如果是則toast String action = intent.getAction(); if (action.equals('one_brodest')){Toast.makeText(context, '發送了一個廣播', Toast.LENGTH_SHORT).show(); }} }

3.創建完廣播接受者以后注冊廣播,并且添加一個action

//新建intentFilter對象 通過addAction添加廣播 IntentFilter intentFilter = new IntentFilter(); intentFilter.addAction('one_brodest');

4.然后注冊一個廣播

//注冊廣播 MyBrodestReciver myBrodestReciver = new MyBrodestReciver(); registerReceiver(myBrodestReciver,intentFilter);

5.到這里廣播的注冊已經完成接下來就是使用了

//做一個點擊事件發送一個廣播 send.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Intent intent = new Intent(); intent.setAction('one_brodest'); sendBroadcast(intent); } });

6.這就是點擊之后的效果,成功發送了一個廣播?。。。。。。。。。。。。。?!

Android studio 廣播的簡單使用代碼詳解

7.最后一步,銷毀廣播

@Override protected void onDestroy() {super.onDestroy();//銷毀廣播unregisterReceiver(brodestReciver); }

到此這篇關于Android studio 廣播的簡單使用的文章就介紹到這了,更多相關Android studio 廣播內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Android
相關文章:
主站蜘蛛池模板: 久久久久久久91精品免费观看 | 国产成人精品日本亚洲麻豆 | 久久精品国产精品青草色艺 | 日韩精品一区二区三区免费观看 | 亚洲成人第一页 | 成年美女黄网站色视频大全免费 | 欧美一区二区三区久久综 | 欧美在线成人午夜网站 | 免费看一片 | 小明台湾成人永久免费看看 | 久久99精品一级毛片 | 亚洲精品国产一区二区三区在 | 福利网址在线 | avtom影院入口永久在线 | 日韩一区二区三区免费视频 | 成在线人永久免费播放视频 | 久久久久在线视频 | 亚洲精品影院一区二区 | 免费看美女毛片 | a级做爰片毛片视频 | 91色视| 台湾香港澳门三级在线 | 成人免费网站 | 一区二区视屏 | 久草在线新视觉 | 18在线网站 | 久久精品免看国产 | 欧美性性性性性色大片免费的 | 怡红院视频网 | 91精品国产综合久久久久 | 欧美1区二区三区公司 | 欧美成网 | 午夜免费69性视频爽爽爽 | 欧美日本一二三区 | 中文无线乱码二三四区 | 99久久精品无码一区二区毛片 | 亚洲国产成人九九综合 | 亚洲免费精品视频 | 亚洲国产精品综合久久久 | 波多野结衣aⅴ在线 | 最新欧美精品一区二区三区 |