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

溫馨提示×

打開activity的方法有哪些

小億
178
2023-09-04 11:04:32
欄目: 編程語言

打開activity的方法有以下幾種:

  1. 使用顯式Intent打開目標Activity:
Intent intent = new Intent(CurrentActivity.this, TargetActivity.class);
startActivity(intent);
  1. 使用隱式Intent打開目標Activity:
Intent intent = new Intent();
intent.setAction("com.example.ACTION_TARGET_ACTIVITY");
startActivity(intent);
  1. 使用Intent傳遞數據到目標Activity:
Intent intent = new Intent(CurrentActivity.this, TargetActivity.class);
intent.putExtra("key", value);
startActivity(intent);
  1. 使用startActivityForResult()方法打開目標Activity,并獲取返回結果:
Intent intent = new Intent(CurrentActivity.this, TargetActivity.class);
startActivityForResult(intent, REQUEST_CODE);
  1. 使用FLAG_ACTIVITY_NEW_TASK標記打開目標Activity:
Intent intent = new Intent(CurrentActivity.this, TargetActivity.class);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
  1. 使用PendingIntent打開目標Activity:
Intent intent = new Intent(CurrentActivity.this, TargetActivity.class);
PendingIntent pendingIntent = PendingIntent.getActivity(CurrentActivity.this, requestCode, intent, PendingIntent.FLAG_UPDATE_CURRENT);
pendingIntent.send();

0
高要市| 新营市| 蕉岭县| 南投市| 界首市| 五大连池市| 贵港市| 收藏| 新竹市| 乐山市| 景德镇市| 定远县| 大港区| 灵寿县| 双流县| 西乌珠穆沁旗| 南城县| 蓝山县| 定远县| 福清市| 华亭县| 资阳市| 广昌县| 水富县| 和龙市| 丘北县| 周宁县| 施甸县| 阳曲县| 昌图县| 阿拉善右旗| 乌兰浩特市| 崇明县| 武川县| 兴山县| 明溪县| 兴海县| 武冈市| 新余市| 资讯| 田东县|