intent
intent是什么意思,
intent怎么讀
語(yǔ)音:
英音
[?n?tent]
美音 [?n?t?nt]
n. 意圖,目的;意思,含義
adj. 專心的,專注的;意愿堅(jiān)決的;急切的;一心想…的
"Intent"在計(jì)算機(jī)科學(xué)中通常指的是一個(gè)特定的意圖或目的,通常用于在Android應(yīng)用程序中定義一個(gè)動(dòng)作或操作。Intent對(duì)象用于啟動(dòng)一個(gè)Activity,或者傳遞數(shù)據(jù)到另一個(gè)Activity。它允許應(yīng)用程序之間的通信和數(shù)據(jù)交換。此外,Intent也常用于在Android開發(fā)中定義意圖過(guò)濾,以允許其他應(yīng)用程序捕獲并響應(yīng)特定的動(dòng)作或操作。
【記】intend的名詞
in在里面;tent帳篷;intent在心理支個(gè)帳篷。有目的,想法
復(fù)數(shù): intents
比較級(jí): more intent
最高級(jí): most intent
intent 意圖,目的
來(lái)自intend,打算,計(jì)劃,-t,過(guò)去分詞后綴。引申詞義意圖,目的。
用作形容詞(adj.)
- He's intent on going to Australia.
他熱切希望到澳大利亞去。 - Her intent look showed how much she had missed her sister.
她的專心的目光說(shuō)明她是多么想念她的姐姐。 - He's intent on moneymaking.
他一心一意地賺錢。 - She is intent on getting the job done quickly.
她決心盡快把這件事情做好。
用作名詞(n.)
- No one could spy out the intent and meaning of it.
沒(méi)有人能查出它的意圖和意義。 - His plan is incompatible with my intent.
他的計(jì)劃與我的意圖不相符。 - His intent is clearly not to placate his critics.
他的目的顯然不是要安撫批評(píng)他的人。 - She was charged with intent to defraud.
她被指控犯有蓄意詐騙錢財(cái)罪。 - What is the intent of that sentence?
那句話的意思是什么?
1. setIntent(Intent):設(shè)置Intent對(duì)象
2. startActivity(Intent):?jiǎn)?dòng)一個(gè)新的Activity
3. sendBroadcast(Intent):發(fā)送Broadcast消息
4. sendOrderedBroadcast(Intent):有序地發(fā)送Broadcast消息
5. addExtra(String name, Object value):添加額外的數(shù)據(jù)到Intent中
6. getData(Intent):獲取Intent的數(shù)據(jù)
7. setAction(String):設(shè)置Intent的動(dòng)作
8. setType(String):設(shè)置Intent的類型
9. setClass(Context, Class):設(shè)置要啟動(dòng)的Activity的Class對(duì)象
10. setPackage(String):設(shè)置要啟動(dòng)的Activity所在的Package名稱
以上是貝語(yǔ)網(wǎng)校http://www.fongdrm.cn小編為您整理的intent單詞相關(guān)內(nèi)容。