Hello all my problem is :
We have to create a system in which we need to create both web(ASP.NET C#) and android application and we have to synchronize data on both interface.
So is there any method/Way to trigger Android application from Web Application(ASP.NET C#).
Hello all my problem is : We have to create a system in which
Share
where you want to trigger?
For synchronization of data, you need to create a WebService interface through which you can send/receive data whenever you want from/to mobile.