AEricHarty / Chat-Client

TCSS 450 project client
GNU General Public License v3.0
0 stars 0 forks source link

Messages: Implement Incoming Chats Listener #46

Open AEricHarty opened 6 years ago

AEricHarty commented 6 years ago

Implement a Listen Manager that listens for all new messages in all chats the user is in and alerts the user to which chat has new messages while they are in the home fragment.

Implement a Broadcast Receiver that listens for all new messages in all chats the user is in and alerts the user to which chat has new messages while they're not in the app.