I want to do network call only once, suppose if an activity pauses and resumes then if network call completes in the background I can't get data by add pending listener, is there any other solution to achieve this?, Here I don't want to make another network call
I want to do network call only once, suppose if an activity pauses and resumes then if network call completes in the background I can't get data by add pending listener, is there any other solution to achieve this?, Here I don't want to make another network call