IPC Bidirectional Communication using Messsengers | Techbirds
In your application generally you wants to communicate your UI thread (e.g. Activity) with your background running thread (e.g. Services) and vice versa… i.e. you want to communicate from your running services to Foreground visible Activity and also wants to send some information from your Foreground Activity to Background running services… A simple solution of