I am creating an Android application that needs to do some web surfing in the background in order to provide the user with a service.
There is no API on the site to which I should connect, it provides only standard HTTP access, with extensive use of cookies, but (fortunately for me) there is not much Javascript code.
I wonder if there is a library that behaves like python mechanics for Android, or if it can be used independently in an Android application.
source share