I am accessing data from remote server. Some of the part of the data I don't need upfront it is required on demand basis. To avoid memory leakage I want to access the same as an when require.
1. Can I call starter service again in this case to do the job.
2. How can I use if FirstTime in the starter service so that apps accessing data from remote server can avoid memory leakage.
regards
1. Can I call starter service again in this case to do the job.
2. How can I use if FirstTime in the starter service so that apps accessing data from remote server can avoid memory leakage.
regards