Hi,
I have my webapp in Tizen and to accomplish a task I need to use Native Service, i.e. Hybrid App. The task is that I need to call an API (which fetches some data from internet) periodically and it has to run in background even if app closes, hence I have to use services. I am using alarm for that. Once the alarm expires, the service has to call that API and get the data then send to webapp where I can display it as notification.
I am totally new to Native Service app and have no idea how to complete this task. Please tell me about how to go step by step for this task.
Thanks