Android-Web-Scraper
Android-Web-Scraper copied to clipboard
Android Web Scraper is a simple library for android web automation. You can perform web task in background to fetch website data programmatically.
after: implementation 'com.daandtu:android-web-scraper:1.0.1' it adds the library, but it's not kotlin. All libraries files are .java and I'm assuming the implementation is not up to date as in this git...
Hi, thank you for this library. I'm trying to call the .getValue() method, but the android debugger locking in this level. ( before putting the code inside the thread I...
After implementing in gradle , android studio instalin two apk, one that i worked on,and another of Google webview and i have just one launcher activity
getting unresolved reference error for importing modules, Please provide Sample code
Hi, I don't get anything back. No mistakes either, why? ``` public class MainActivity extends AppCompatActivity { public TextView textView; WebScraper webScraper; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);...