wow thanks a lot wowowowo i love u so much wowowo thanks a millions of billions i cant beleive it that someone has did it and saved my life u are the god u are the god u are the god i love u i love u il ove u ilove u u are the bestttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt
Pls make another video using serach view on the website data not the app ( cleint ), coz search in app is filtering it not show data fast, for example my app parase more than 60k titles, it wont be fast at all if it fillter the one i want from all those 60k titles but if it serach in the website data it will be A LOT FASTER, im scraping this website mangairo.com/manga-list/type-latest/ctg-all/state-all/page-1 pls tell me how can i make a search function in my app that not fillter but use the serach engine in that website, i tried to scrape their serach mehtood but its too hard for me, coz of this sir im asking u to kindly please help me out. here or on discord if possibile? u are the best u are the on who leraned me most of wat i know in java
With this many items in a list do you really think anybody is actually going to scroll through it? You can slightly improve the search. To do this, you need to transfer code from onQueryTextChange to onQueryTextSubmit, and then the search will be performed only after pressing the search button on the keyboard. Also, if the data is loaded for a long time, then you can load the data asynchronously (use AsyncTask) and add ProgressBar. To use the site search directly in your application, you need access to the site's api. Otherwise, you can use WebView with javascript enabled, write something similar to: private static final String SEARCH_URL = "mangairo.com/search/"; Then simply append the key you want to search on your site after the URL and load your query string in a WebView. webView = (WebView) rootView.findViewById(R.id.webView); webView.getSettings().setJavaScriptEnabled(true); webView.loadUrl(SEARCH_URL + searchKey); But this method is more like a normal browser.
Keep Making Jsoup Series. Absolutely Loved Them ♥️.
Thank you
How can I go activity after search?
i can't parse my blogger data to in android app
Thank s Bro ......
I wish it was json. Can I apply the same approach? I have been stuck at JSON SEARCHVIEW its killing me . Please help me Can i send you my sourcecode
It'll Be Nice If You Can Make A Video About Scraping Videos From Website And Stream On The App.
wow thanks a lot wowowowo i love u so much wowowo thanks a millions of billions i cant beleive it that someone has did it and saved my life u are the god u are the god u are the god i love u i love u il ove u ilove u u are the bestttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt
What can I say just Wooooow!!! Like I said before Believe me 2020 It's your year to shine!
Thanks for the support buddy, I appreciate it 🙂
Pls make another video using serach view on the website data not the app ( cleint ), coz search in app is filtering it not show data fast, for example my app parase more than 60k titles, it wont be fast at all if it fillter the one i want from all those 60k titles but if it serach in the website data it will be A LOT FASTER, im scraping this website mangairo.com/manga-list/type-latest/ctg-all/state-all/page-1
pls tell me how can i make a search function in my app that not fillter but use the serach engine in that website, i tried to scrape their serach mehtood but its too hard for me, coz of this sir im asking u to kindly please help me out. here or on discord if possibile? u are the best u are the on who leraned me most of wat i know in java
With this many items in a list do you really think anybody is actually going to scroll through it?
You can slightly improve the search. To do this, you need to transfer code from onQueryTextChange to onQueryTextSubmit, and then the search will be performed only after pressing the search button on the keyboard.
Also, if the data is loaded for a long time, then you can load the data asynchronously (use AsyncTask) and add ProgressBar.
To use the site search directly in your application, you need access to the site's api. Otherwise, you can use WebView with javascript enabled, write something similar to:
private static final String SEARCH_URL = "mangairo.com/search/";
Then simply append the key you want to search on your site after the URL and load your query string in a WebView.
webView = (WebView) rootView.findViewById(R.id.webView);
webView.getSettings().setJavaScriptEnabled(true);
webView.loadUrl(SEARCH_URL + searchKey);
But this method is more like a normal browser.
@@NickTitovDev thanks a lot for info i scraped their data using jsoup may i contact u on discord or facebook? u are a life safer man! i love u