91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中怎么實現動態注冊

發布時間:2021-06-28 16:19:31 來源:億速云 閱讀:106 作者:Leah 欄目:移動開發

這期內容當中小編將會給大家帶來有關Android中怎么實現動態注冊,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

第一種寫法:

首先新建一個Java類,通過"New/Other/Broadcast Receiver",命名為MyReceiver,添加以下內容

public static String ACTION="learnbroadcastreceive.MyReceive";

然后添加

public MyReceive{
public void OnReceive(Context context,Intent intent){
Toast.maetText(context,"收到一條廣播",toast.LENGTH_LONG).show();
}
}

然后在MainAcitivity中添加

private Myreceiver receiver=null;

然后添加

public void registeMyReceiver(View view){
if(receive==null){
receive=new MyReceiver();
registerReceiver(receiver,new intentFilter(MyReceive.Action));
}
}
public void unRegisterReceiver(){
if (receive!=null){
unregistReceive(receiver);
receive=null;
}
}
public void sendBc(View view){
sendBroadcast(new Intent(this.MyReceive.ACTION));
}

然后在xml中修改相應的部分即可

第二種寫法:

第二種寫法,其實是將所有代碼都放在MainAcitivity中

private IntentFlier intentfiler
private MyReceiver receive

onCreate中添加

receive=new MyReceiver();
registerReceiver(receiver,new intentFilter(MyReceive.Action));

新建

public void onDestroy(){
super.onDestroy
unregistReceive(receiver);
}
public void OnReceive(Context context,Intent intent){
Toast.maetText(context,"收到一條廣播",toast.LENGTH_LONG).show();
}

上述就是小編為大家分享的Android中怎么實現動態注冊了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

莒南县| 松滋市| 遂宁市| 仪陇县| 潼南县| 米脂县| 云安县| 金溪县| 弋阳县| 原阳县| 福州市| 新乐市| 江安县| 贵溪市| 东方市| 吉首市| 湟中县| 侯马市| 庆安县| 沙坪坝区| 奉节县| 舞阳县| 永善县| 宁海县| 盐亭县| 木里| 庆城县| 松滋市| 南部县| 玉屏| 土默特右旗| 廉江市| 台湾省| 抚州市| 阳泉市| 庄浪县| 三台县| 乐亭县| 宜昌市| 秦皇岛市| 花莲市|