I have to make small android app which will query a web server over http/https and get reply from it as json type formatted respond from server.
If respond status is ok then I need to send a SMS message which can be multi-part text based message (longer then 160 chars sometimes) to recipient.
Recipient (mobile phone number) can be different each time.
Main concern and question is:
Is it possible to use B4A to make such app which will do this and work in background?
Android device will be used only for this use and will be all the time connected on power 24x7.
This also means that it will not be any other user activates on this android device.
Something like automated machine and notification system and replacement for combination of regular PC workstation and GSM modem for such things.
Extra question for this is, since I know for issue regarding to Message app and Android OS (that only Messages app can delete (write) messages), is there any way to delete messages or purge them automated even after some time because of memory? I mean for sent ones?
Thanks.
If respond status is ok then I need to send a SMS message which can be multi-part text based message (longer then 160 chars sometimes) to recipient.
Recipient (mobile phone number) can be different each time.
Main concern and question is:
Is it possible to use B4A to make such app which will do this and work in background?
Android device will be used only for this use and will be all the time connected on power 24x7.
This also means that it will not be any other user activates on this android device.
Something like automated machine and notification system and replacement for combination of regular PC workstation and GSM modem for such things.
Extra question for this is, since I know for issue regarding to Message app and Android OS (that only Messages app can delete (write) messages), is there any way to delete messages or purge them automated even after some time because of memory? I mean for sent ones?
Thanks.