Build a site through an Android application?

I am trying to create a web filter application that will intercept an incoming website (the one that is being viewed) and redirect it to my application. He will then compare the site with specific criteria and display it if it passes.

Basically, I want to turn my application into proxy servers. How can i do this?

0
source share
1 answer

You will need to create your own browser. Use simple web browsing and create the necessary functionality.

+1
source

Source: https://habr.com/ru/post/1794771/


All Articles