SearchView in ToolBar with RecyclerView and Jsoup | Android Studio

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии •

  • @randomguy7110
    @randomguy7110 4 года назад

    Keep Making Jsoup Series. Absolutely Loved Them ♥️.

  • @amrashraf170
    @amrashraf170 4 года назад

    Thank you

  • @shcreations-bd4757
    @shcreations-bd4757 2 года назад

    How can I go activity after search?

  • @pratheeshsai
    @pratheeshsai 4 года назад

    i can't parse my blogger data to in android app

  • @startuphealing33
    @startuphealing33 4 года назад

    Thank s Bro ......

  • @developersamuel
    @developersamuel 4 года назад

    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

  • @randomguy7110
    @randomguy7110 4 года назад

    It'll Be Nice If You Can Make A Video About Scraping Videos From Website And Stream On The App.

  • @hatty101
    @hatty101 4 года назад +1

    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

  • @thedarkknightclipss
    @thedarkknightclipss 4 года назад

    What can I say just Wooooow!!! Like I said before Believe me 2020 It's your year to shine!

    • @NickTitovDev
      @NickTitovDev  4 года назад

      Thanks for the support buddy, I appreciate it 🙂

  • @hatty101
    @hatty101 4 года назад

    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

    • @NickTitovDev
      @NickTitovDev  4 года назад +1

      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.

    • @hatty101
      @hatty101 4 года назад

      @@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