0

I would like to create a instant message application. The problem I faced is that how can I know other has sent a message to me and my mobile can get a notification from server?

red23jordan
  • 2,841
  • 10
  • 41
  • 57

1 Answers1

0

Developing Client side Application is must to notify the Update from server, Have to run the back ground services continuously to find the update.

If you are accessing the android inbox message , no need to create the own service , we can use the android service here

Sandeep P
  • 4,291
  • 2
  • 26
  • 45