Just wondering if is there a way to create background task in Android using HTML5 API instead of using native Java SDK?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not really. The closest thing HTML5 has to that is the “Web worker” concept, and Android does not support that as of Android 2.2 AFIAK. Even that does not really qualify as “background task” to my way of thinking.