Suppose we have a webpage and in that webpage javascript contain variable “score” which is Highest score of all time among all users, we need to show that Highest score in an app how will we achieve this?
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 W3Make Forum 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.
All you have to do is check the APIs and outputs separately in browser or using curl.If everything is fine save the urls in your app and write AsyncTasks to fetch data.You can use volley library for simple API calls.If you are going to fetch data from multiple sites at a time,its better to run the AsyncTask in parallel mode