I am developing an android app which will track all the http and https request of my phone and display that request as an result.
So please anyone suggest me how to do that using android app.
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.
Funny I just ran across this a couple of minutes before reading your question. They are talking about an app that does exactly the same thing. From the text of this post I can assume that this is no small feat. They have taken the approach of setting up a virtual enviroment to capture all http requests. This requires rooting your phone. I would expect if you wanted to check a particular app you could load the app in an emulator and log the emulator’s requests.