Android面试经验

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/QQ1375235976/article/details/51543491



android中进程之间的通信
    绑定服务
    ContentProvider
    广播机制



启动activity在Context中需要传递一个flag
setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);



四中启动模式


Context和App、service 都是上下文,但有什么区别?
上下文的生命周期不一样



Android中怎么实现多进程








android中进程之间的通信
    绑定服务
    ContentProvider
    广播机制



启动activity在Context中需要传递一个flag
setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);



四中启动模式


Context和App、service 都是上下文,但有什么区别



Android中怎么实现多进程







猜你喜欢

转载自blog.csdn.net/QQ1375235976/article/details/51543491