版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
《Android編程指南》:1~12章《Android應(yīng)用開發(fā)實(shí)踐》教學(xué)課件:1章開發(fā)環(huán)境搭建和程序開發(fā)基礎(chǔ).pdf2.pdf3章組件通信.pdf第4章服務(wù)與廣播消息.odf第5章數(shù)據(jù)與.pdf6Android網(wǎng)絡(luò)應(yīng)用.pdf8章Fragment.pdf9Java并發(fā)編程第11章Vieger和12PostgresSQL第13章在客戶端解析16MyBatis框架原理.pdf17章MavenGradle.pdf22章Java設(shè)計(jì)模式.pdf《Android應(yīng)用層:Android平臺(tái)不僅僅是操作系統(tǒng),也包含了許多應(yīng)用程序,可被開發(fā)和替換應(yīng)用框架層:Android應(yīng)用開發(fā)的基礎(chǔ)。開發(fā)人員可以完全應(yīng)用程序所使用的應(yīng)用程序框架層和Linux內(nèi)核層的重要紐帶。Android運(yùn)行時(shí)包括庫(kù)和Dalvik虛擬Linux內(nèi)核層:Android的系統(tǒng)服務(wù)依賴于Linux內(nèi)核,同時(shí)也作為硬件和軟件棧之 java 資 Androidmanifest.xml項(xiàng)目文件列出了應(yīng)用程序提供的功能,開發(fā)好的各種組件需MainActivityRunnableRun1handlerRunnablerunnable=newRunnable(){Publicvoidrun(){{}catch(InterruptedExceptione){}Datenewtime=newDate(oldtime.getTime() oldtime=newtime;}}Handlerhandler=newHandler(){PublicvoidhandleMessage(Messagemsg){If(msg.what==0x123){SimpleDateFormatformat=newSimpleDateFormat(“HH:mm:ss”);}Elseif(msg.what==0x456){}}btnstartPublicvoidonClick(Viewarg0){If(thread==nullthread=newThread(runnable);}}音樂控制在MainActivity中通過重寫OnClickListener接口的onClick()方法實(shí)現(xiàn)們Bundle綁定數(shù)字num,startService(intent)ServicenumProtectedvoidonCreate(Bundle…ButtonyBtn=(Button)findViewById(R.id.y);…}PublicvoidonClick(Viewv){intnum=-1;Intent=newIntent(“com.mialab.startservicedemo.musicService”);caseR.id.num=1;}Bundlebundle=newBundle();}MusicServicePublicvoidonStart(Intentintent,intstartId){If(intent!=null){Bundlebundle=intent.getExtras();Intnumbundle.getInt(“music”);//keybundleCase1:…}}}Publicvoid yer==null)If(reset==true)media ying())media }AIDL是一種接口定義語(yǔ)言,用于約束兩個(gè)進(jìn)程間的通訊規(guī)則,供編譯器生成代碼,實(shí)程之間的通信信息需要雙向轉(zhuǎn)換,所以Android采用類在背后實(shí)現(xiàn)了信息的雙向轉(zhuǎn)換,類由Android編譯器生成,對(duì)開發(fā)人員來說是透明的。服務(wù)器工程AIDLService在I.aidl中定義一個(gè)o方Packagecom.mialab.aidl;InterfaceI{ o(Stringsomeone}在AIDLService類中,stub繼承android.os.Binder類并實(shí)現(xiàn)I接PublicclassAIDLServiceextends .Stubstub=new PublicString o(Stringsomeone)throwsRemoteException{ o()called”);Return“o,}PublicIBinderonBind(Intentintent){Log.d(TAG,”onBind()called”);Returnstub;}…}<service<action<category客戶端工程AIDLService_中,用asInterface(IBinder)方法,把IBinder類型轉(zhuǎn)換 MainActivityPrivate PrivateServiceConncetionconn=newServiceConnection(){PublicvoidonServiceConnected(ComponentNamename,IBinderservice){Log.d(“ServiceConnection”,”onServiceConnected()called”);= }…..//按鈕,調(diào)用Service工程 o方PublicvoidonClick(Viewv){StrignretVal= }catch(RemoteExcetione){}}發(fā)送廣播進(jìn)程 yService和接受進(jìn)程 yReceiver在中 PublicclassMainActivityextendsActivityimplementsOnClickListener{PrivateIntentintent;PublicvoidonClick(Viewv){Intnum=-1;Intent=newIntent(“com.mialab.broadcast.musicBundlebundle=newBundle();}}PublicclassMusicyReceiverextendsBroadcastReceiver{PrivatestaticStringTAG=”MusicyReceiver”;PublicvoidonReceiver(Contextcontext,Intentintent){ Bundlebundle=Intentit=newIntent(context,MusicyService.class);Intop=bundle.getInt(“music”);}}}}}讓多個(gè)觀察者對(duì)象同時(shí)某一個(gè)對(duì)象publicclass{publicvoidupdate(String{}}publicclass{privateList<Watcher>list=newpublicvoidaddWatcher(Watcher{}publicvoidremoveWatcher(Watcher{}publicvoidnotifyWatchers(String{//自動(dòng)調(diào)用實(shí)際上是進(jìn)行調(diào)用for(Watcherwatcher:{}}}Watchedwed=newWatcherwatcher1=newConcreteWatcher();Watcherwatcher2=new優(yōu)點(diǎn):Decorator可以提供比繼承的靈活性publicinterfaceTheGreatestSagepublicvoid}publicclassMonkeyimplementsTheGreatestSagepublicvoidmove()System.out.println("Monkey}}publicclassChangeimplementsTheGreatestSage{privateTheGreatestSagesage;publicChange(TheGreatestSagesage){this.sage=sage;}publicvoidmove()}}publicclassFishextendsChangepublicFish(TheGreatestSagesage){}publicvoidmove()System.out.println("Fish}}publicclassBirdextendsChangepublicBird(TheGreatestSagesage){}publicvoidmove()System.out.println("Bird}}main
TheGreatestSagesage=newTheGreatestSagebird=newBird(sage);TheGreatestSagefish=new成Future的方法??梢躁P(guān)閉ExecutorService,這將導(dǎo)致其新任務(wù)。Executors類,提供了一系列工廠方法用于創(chuàng)建線,返回的線都實(shí)現(xiàn)newCachedThreadPool:創(chuàng)建一個(gè)可緩存的線newCachedThreadPool:創(chuàng)建一個(gè)可緩存的線才能獨(dú)立地運(yùn)轉(zhuǎn),其它時(shí)候是依賴于Activity的生命周期變化的.安裝7.設(shè)置MAVEN_OPTS28MavenMavenmaven的所有構(gòu)件均通過坐標(biāo)進(jìn)行組織和管理。maven5個(gè)元素認(rèn)為jar),classifier是不能直接定義的。Maven是基于倉(cāng)庫(kù)的編譯,即把編譯所需要的資源放在一個(gè)倉(cāng)庫(kù)里,jar,tld,pom等。當(dāng)編譯的時(shí)候,Maven會(huì)自
溫馨提示
- 1. 本站所有資源如無(wú)特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 政府公共關(guān)系(第二版)課件 第13章 政府公共關(guān)系危機(jī)管理
- 初中綜合實(shí)踐活動(dòng)計(jì)劃
- 《朝花夕拾》讀后感作文10篇
- 商務(wù)工作計(jì)劃3篇
- 2025年己二酸二甲酯合作協(xié)議書
- 2025年多功能水質(zhì)現(xiàn)場(chǎng)監(jiān)測(cè)儀項(xiàng)目合作計(jì)劃書
- 2025年脫毛劑合作協(xié)議書
- 人教版初中化學(xué)總復(fù)習(xí)
- 吊車租賃合同范本
- 門市房租房協(xié)議
- 【9歷期末】安徽省淮北市2023-2024學(xué)年九年級(jí)上學(xué)期期末歷史試題
- 2024年度物流園區(qū)運(yùn)營(yíng)承包合同范本3篇
- 第五單元第四節(jié) 全球發(fā)展與合作 教學(xué)實(shí)錄-2024-2025學(xué)年粵人版地理七年級(jí)上冊(cè)
- 廣東省廣州市越秀區(qū)2022-2023學(xué)年八年級(jí)上學(xué)期期末歷史試題(含答案)
- 2024年二級(jí)建造師繼續(xù)教育考核題及答案
- 房地產(chǎn)公司出納員年度工作總結(jié)
- GB/T 1038-2000塑料薄膜和薄片氣體透過性試驗(yàn)方法壓差法
- 基礎(chǔ)化工行業(yè)深度:電解液新型鋰鹽材料之雙氟磺酰亞胺鋰(LiFSI)市場(chǎng)潛力可觀新型鋰鹽LiFSI國(guó)產(chǎn)化進(jìn)程加速
- 年產(chǎn)10000噸一次性自然降解環(huán)保紙漿模塑餐具自動(dòng)化生產(chǎn)線技改項(xiàng)目環(huán)境影響報(bào)告表
- 實(shí)戰(zhàn)銷售培訓(xùn)講座(共98頁(yè)).ppt
- 測(cè)控電路第7章信號(hào)細(xì)分與辨向電路
評(píng)論
0/150
提交評(píng)論