




如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
一、基础: 1.安卓核心组件有哪些? Activities、Services、Contentproviders、Broadcastreceives 2.安卓keyfeatures有哪些? Integratedbrowser、SQLite、Mediasupport、Wirelessservices、DVM、Applicationframework、Richdevelopmentenvironment 3.安卓用什么数据库? SQLiteDatabase 4.几个流行的移动平台各自的IDE是什么? 1.Symbian(QtCreator)2.Android(Eclipse\AndroidStudio)3.BlackBerry(The BlackBerryJavaDevelopmentEnvironment(JDE))4.IOS(Xode) 5.Windows(VisualStudio) 5.R.java是什么文件?干什么用的?在什么地方? R.javaisanindexdatabasefile,storetheIDofalltheresourceinapp. R.javalocatedin/gendirectory. 6.安卓平台架构分为几层?各是什么? Androidplatformhasafour-layeredarchitecture: Linuxkernel、LibrariesandAndroidruntime、Applicationframework、Applications 7.创建一个UI并运行之,有哪几个步骤? CreateanewAndroidproject; b.DesigntheUI,youcanusethecontrolsintoolboxorcodinginthelayout.xmlfile; c.AssociatetheUIwiththeactivity; d.Registertheactivity. 8.Intent有几个组件?各是干什么用的?哪些组件是必须存在的,哪些是可选的,在Manifest 中 intentfilter是如何声明的? Componentname:Specifythenameofthecomponentthatshouldhandletheintent. Action:Specifytheactionthatneedstobeperformed Data:Specifiesthedatatooperateon. Category:Specifiesthebehaviourofthetargetapplicationcomponent. Extras:Containsextrasinformationintheformofkey-valuepairsthatmustdeliveredto thecomponentsthathandletheintent. Flags:Includesflagsthatcontrolvariousaspectsrelatedtoactivatinganewcomponent. 必须存在:Action 可选:Data、Category IntheManifestfile,intentfilterwasdefinedasfollowing: Intentfilterwasdeclaredintheformoftag<intent-filter></intent-filter>andthetagwascontainedinthetag<application></application>. 9.Activity的生命周期有哪些状态?状态转换时调用的方法各是什么? Running、Paused、Stopped 10.同一个应用之间Activity互相调用要用什么Intent(隐式、显式?还是什么?)? UseExplicitIntent. 1)ExplicitIntent(指定接收者):ExplicitIntentspecifythenameofthetargetcomponent in ordertoactivatethatcomponent.Suchintentsareusedtostartanactivityoraservice within thesameapplication. 2)ImplicitIntent(不指定接收者):Implicitintentsareusedtoactivatethecomponentsof otherapplications.Implicitintentsdonotspecifythetargetcomponentbytheir name,componentsadvertisetheirc

王子****青蛙
实名认证
内容提供者


最近下载