Hi,
I'm new to Android development so please (if you can) explain in details.
I have a requirement of sending a message from an ASP.NET website to one or more Android devices. These device should somehow be authenticated, maybe I can save their IMEI's in my website DB or some other way. The device receives the message and has an option to send a reply message.
So the steps:
That is all I need.
Is there a way of doing this with or without using the DB?
Thanks
I'm new to Android development so please (if you can) explain in details.
I have a requirement of sending a message from an ASP.NET website to one or more Android devices. These device should somehow be authenticated, maybe I can save their IMEI's in my website DB or some other way. The device receives the message and has an option to send a reply message.
So the steps:
- Website sends a message (or saves it in the DB as a new message against one or more IMEI numbers)
- The device (or devices whose IMEI is saved against that message) receive a notification
- The person clicks through on their device to go to full message
- Then has option to reply to the message or forget about it
That is all I need.
Is there a way of doing this with or without using the DB?
Thanks