1
My project is to put a Webview in Activity and when I quit the application, and it stay at 2° plan updating from time to time the Activity so that the site that is Webview also updates. someone help me?
1
My project is to put a Webview in Activity and when I quit the application, and it stay at 2° plan updating from time to time the Activity so that the site that is Webview also updates. someone help me?
0
I found an efficient way for me to do this, Jobschedeler He wakes up when he needs to and does his thing and turns it off .
Browser other questions tagged java android android-activity
You are not signed in. Login or sign up in order to post.
Think to me: If the person is not using the smartphone,(for example sleeping) why would they want to update the content of a webview?! It makes more sense to update when the user opens the application. There are some ways to do this, but you will be spending resources on your phone, for example, battery that is one of the problems yet that have not been solved. I’m still waiting for that battery that lasts 20 days without charging. heuhue =D
– viana
But then ta want to enter a site to get points every 12 hours in a game , and this updated page will always catch msm that the guy is sleeping the person will not worry to open the app to get the points.
– renan silva das neves
@renansilvadasneves but this site then is another third right?! It would be easier for someone to help you if you explain exactly what is in the comments. The probability of finding an answer is higher. = D
– viana
Thanks for the tip ;)
– renan silva das neves
Related (duplicate?)Jobscheduler to run every x hours
– ramaral