pocmo / Yaaic

Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices.
http://www.yaaic.org
GNU General Public License v3.0
331 stars 120 forks source link

Use LocalBroadcastManager #104

Open pocmo opened 12 years ago

pocmo commented 12 years ago

Use LocalBroadcastManager for communication between BackgroundService and Activities instead of global broadcasts.

http://developer.android.com/reference/android/support/v4/content/LocalBroadcastManager.html

pocmo commented 9 years ago

Maybe use an event bus instead.