安卓bundle是什么意思 如何下載谷歌play商店
據(jù)我所知,Bundle是Android開發(fā)中的一個(gè)類,用于在活動(dòng)之間傳輸數(shù)據(jù)。Intentit=newIntent(A.this,B.class)Bundlebundle=newBundle()bun
據(jù)我所知,Bundle是Android開發(fā)中的一個(gè)類,用于在活動(dòng)之間傳輸數(shù)據(jù)。Intentit=newIntent(A.this,B.class)Bundlebundle=newBundle()bundle.putString文件(“姓名”、“張三”)it.putExtrats公司這樣,名為張三的數(shù)據(jù)就從a轉(zhuǎn)到B,如果您從事軟件開發(fā),希望對(duì)您有所幫助。如果您不從事軟件開發(fā),可以將bundle理解為數(shù)據(jù)加載器