Good afternoon, such a task - you need to perform periodic requests to the server once in a certain period of time, while the application can be minimized, in what way is it better to implement? Can this be implemented at all? I know that Android can do this with alarmManager

0