intent
intent是什么意思,
intent怎么讀 
 語音:
              英音 
                            [?n?tent] 
            
            
                
            
                              美音             [?n?t?nt] 
            
            
                
            
n. 意圖,目的;意思,含義
adj. 專心的,專注的;意愿堅決的;急切的;一心想…的
"Intent"在計算機科學(xué)中通常指的是一個特定的意圖或目的,通常用于在Android應(yīng)用程序中定義一個動作或操作。Intent對象用于啟動一個Activity,或者傳遞數(shù)據(jù)到另一個Activity。它允許應(yīng)用程序之間的通信和數(shù)據(jù)交換。此外,Intent也常用于在Android開發(fā)中定義意圖過濾,以允許其他應(yīng)用程序捕獲并響應(yīng)特定的動作或操作。
【記】intend的名詞
in在里面;tent帳篷;intent在心理支個帳篷。有目的,想法
復(fù)數(shù): intents
比較級: more intent
最高級: most intent
intent 意圖,目的
                            來自intend,打算,計劃,-t,過去分詞后綴。引申詞義意圖,目的。
用作形容詞(adj.)
- He's intent on going to Australia.
他熱切希望到澳大利亞去。 - Her intent look showed how much she had missed her sister.
她的專心的目光說明她是多么想念她的姐姐。 - 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.
沒有人能查出它的意圖和意義。 - His plan is incompatible with my intent.
他的計劃與我的意圖不相符。 - His intent is clearly not to placate his critics.
他的目的顯然不是要安撫批評他的人。 - She was charged with intent to defraud.
她被指控犯有蓄意詐騙錢財罪。 - What is the intent of that sentence?
那句話的意思是什么? 
1. setIntent(Intent):設(shè)置Intent對象
2. startActivity(Intent):啟動一個新的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的動作
8. setType(String):設(shè)置Intent的類型
9. setClass(Context, Class):設(shè)置要啟動的Activity的Class對象
10. setPackage(String):設(shè)置要啟動的Activity所在的Package名稱
以上是貝語網(wǎng)校http://www.www.soylu-gmbh.com小編為您整理的intent單詞相關(guān)內(nèi)容。