What are the IPC mechanisms available in the Android OS?

前端 未结 5 478
终归单人心
终归单人心 2020-11-30 18:20

Will any one please tell me what are all the IPC mechanisms that are present in Android.

To my knowledge are:

  1. Intents
  2. Binders
5条回答
  •  萌比男神i
    2020-11-30 19:14

    As written on Android Developers page, IPC mechanisms in Android include:

    • Intents (with Bundles included)
    • Binders or Messengers with a Service
    • BroadcastReceivers

提交回复
热议问题