版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
Activity實(shí)現(xiàn)頁面跳轉(zhuǎn)一、Intent簡介2Intent是一個(gè)將要執(zhí)行的動作的抽象的描述,解決Android應(yīng)用的各項(xiàng)組件之間的通訊,Intent負(fù)責(zé)對應(yīng)用中一次操作的動作、動作涉及數(shù)據(jù)、附加數(shù)據(jù)進(jìn)行描述,Android則根據(jù)此Intent的描述,負(fù)責(zé)找到對應(yīng)的組件,將Intent傳遞給調(diào)用的組件,并完成組件的調(diào)用。intent主要用來啟動activity或者service(并攜帶需要傳遞的參數(shù)信息)。二、案例3二、案例4<EditText
android:id="@+id/username"
android:hint="請輸入用戶名"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<EditText
android:id="@+id/pwd"
android:hint="請輸入密碼"
android:inputType="textPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<Button
android:id="@+id/login"
android:text="登錄"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>二、案例5<LinearLayoutxmlns:android="/apk/res/android"
android:orientation="vertical"android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<TextView
android:text="主頁面"
android:textSize="30dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>二、案例6publicclassLoginActivityextendsActivity{
privateButtonlogin;
privateEditTextusername,pwd;
protectedvoidonCreate(BundlesavedInstanceState){
super.onCreate(savedInstanceState);
setContentView(R.layout.login);
initView();
}
privatevoidinitView(){
login=findViewById(R.id.login);
username=findViewById(R.id.username);
pwd=findViewById(R.id.pwd);
login.setOnClickListener(newView.OnClickListener(){
publicvoidonClick(Viewview){
二、案例7
if(username.getText().toString().equals("admin")&&
pwd.getText().toString().equals("123456")){
Intentintent=newIntent(getApplicationContext(),
MainActivity.class);
startActivity(intent);
}else{
Toast.makeText(getApplicationContext(),"用戶名或密碼錯(cuò)誤",
Toast.LENGTH_SHORT).show();
}
}
});
}
}二、案例8publicclassMainActivityextendsAppCompatActivity{
@Override
protectedvoidonCreate(BundlesavedInstanceState){
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}MainActivity代碼二、案例9TitleBar代碼publicclassTitleBarextendsLinearLayout{
publicTitleBar(Contextcontext,AttributeSetattrs){
super(context,attrs);
LayoutInflater.from(getContext()).inflate(R.layout.title_bar,this);
}
}二、案例10修改AndroidManifest.xml的application標(biāo)簽代碼<activityandroid:name=".LoginActivity">
<intent-filter>
<actionandroid:name="ent.action.MAIN"/>
<categoryandro
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 電氣課程設(shè)計(jì)報(bào)告論文
- 零售貸款合同三篇
- 道路工程師工作總結(jié)
- 婦產(chǎn)科護(hù)士工作總結(jié)
- 門診部醫(yī)生團(tuán)隊(duì)近期工作總結(jié)
- 2023-2024學(xué)年重慶市七校聯(lián)盟高一(下)期中語文試卷
- 教材選用與內(nèi)容審定計(jì)劃
- 包裝設(shè)計(jì)師的主要職責(zé)
- 醫(yī)療行業(yè)顧問工作概述
- 【八年級下冊地理粵教版】7.4 北京市 同步練習(xí)
- 工程竣工驗(yàn)收(消防查驗(yàn))報(bào)告
- 農(nóng)業(yè)經(jīng)理人職業(yè)技能大賽考試題及答案
- 滬教版八年級化學(xué)(上冊)期末檢測卷及答案
- 造口傷口工作總結(jié)
- 初三畢業(yè)班后期管理措施
- 超星爾雅慕課公共關(guān)系禮儀實(shí)務(wù)杜漢榮課后習(xí)題及答案(1)word版本
- 示教機(jī)械手控制系統(tǒng)設(shè)計(jì)
- 氧化鋁生產(chǎn)工藝教學(xué)(拜耳法)
- 選礦學(xué)基礎(chǔ)PPT課件
- 安利食品經(jīng)銷商合同協(xié)議范本模板
- 空冷器技術(shù)參數(shù)
評論
0/150
提交評論