how to communicate two android app using android java or c# xamarin?

  • Replies:2
Rajkumar
  • Forum posts: 1

May 8, 2018, 1:48:48 PM via Website

Hi Friends,

        Is there is any possibility, that an android Services(Name is CountServcies app) can continuously run to watch my Student registration app(Name is StudentRegistration app)  ...........?????

Purpose
1. Android Services(CountServcies app) app need to send SMS to HOD for every day at 4 pm. The SMS should contain the particular day student registered count is Student Registration app.
2. If both apps are installed on a device, although the service app is not launched it should send the SMS.

 If you got the solution na...........please let me know..............it'll be helpful to me.....
Reply
James Watson
  • Forum posts: 1,584

May 9, 2018, 3:27:26 AM via Website

I think you need a server-side application as well as an android app.

android app: for student registration

server side:
web service for registration app
console application in windows task scheduler to send SMS on scheduled time

Just for your reference.

Download size < 0.15 MB. But also accurate enough, ad-free & free.
The minimalist app available on Play Store: https://goo.gl/ws42fN
Blog: https://okblackcafe.blogspot.com Your 5-star is appreciated.

Helpful?
Reply
Bob Stone
  • Forum posts: 12

May 14, 2018, 3:45:44 PM via Website

Definitely you will need to store all the information on to server.

You will need to develop web services, which will do the data exchange between android device and web server.

To send SMS, you can put code for it in the web service.
Web service can be written in PHP , .net , java etc languages.(Generally, php is the best for android related web services).

Hope this information helps you. Comment back if you need more information.

Helpful?
Reply