单选题 在Android中,通过bindService方式开启服务,服务生命周期是

A、 onCreate()—onStart()—onBind()—onDestroy()
B、 onCreate()—onBind()—onDestroy()
C、 onCreate()—onBind()—onUnBind()—onDestroy()
D、 onCreate()—onStart()—onBind()—onUnBind()—onDestroy()
下载APP答题
由4l***zd提供 分享 举报 纠错

相关试题

单选题 在Android中,Android程序中,长按某个item不放,弹出上下文的菜单是?

A、选项菜单
B、上下文菜单
C、弹出式菜单
D、点击式菜单

单选题 在Android中,Android中ListView的每一行若只显示一个文本,则最好使用( )一种适配器最为方便快捷

A、BaseAdapter
B、ArrayAdapter
C、SimpleAdapter
D、自定义Adapter

单选题 在Android中,Android列表中,用来展示列表的view的是?

A、listview
B、适配器
C、数据
D、文本框

单选题 在Android中,pagerAdapter中,获得viewPager中view的个数是?

A、getCount()
B、destroyItem()
C、instantiateItem()
D、isViewFromObject()

单选题 在Android中,Android列表中,将数据映射到listview上的是?

A、listview
B、适配器
C、数据
D、文本框

单选题 在Android中,pagerAdapter中,移除一个页面的是?

A、getCount()
B、destroyItem()
C、instantiateItem()
D、isViewFromObject()

单选题 在Android中,Android程序中,必须有菜单按钮才能触发的菜单是?

A、选项菜单
B、上下文菜单
C、弹出式菜单
D、点击式菜单

单选题 在Android中,Android程序中,一般绑定一个VIEW上的菜单是?

A、选项菜单
B、上下文菜单
C、弹出式菜单
D、点击式菜单