Android Development Tutorial - Searchable Spinner with Firebase

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 69

  • @lyricalworld360
    @lyricalworld360 5 років тому +2

    Superb 💙💚💛💜💕💖💗💘💝💞👏👏👏👍👊waiting for uber clone 2019 series

  • @pradnyakumavat5153
    @pradnyakumavat5153 4 роки тому +1

    Thank you

    • @eddydn71
      @eddydn71  4 роки тому

      You're welcome my bro

  • @lauraz6747
    @lauraz6747 5 років тому +1

    gracias me ayudo mucho

    • @eddydn71
      @eddydn71  5 років тому

      You're welcome my bro

  • @ProgrammingByGemy
    @ProgrammingByGemy 4 роки тому +1

    thank you so much for this video

    • @eddydn71
      @eddydn71  4 роки тому +1

      You're welcome my bro

  • @MilerAlpha
    @MilerAlpha 5 років тому +2

    Hi sir, how can we put to search in lowercase too? Because it just works if you insert the name exactly as is in the database...

    • @eddydn71
      @eddydn71  5 років тому +1

      You can make input to lower and name in database in lower :D So it will equal all :D

    • @MilerAlpha
      @MilerAlpha 5 років тому +2

      @@eddydn71 You mean to I repeat the code and just change the "child" in database?
      If I'm not mistaken, I've tried it. But I'll do it again, thanks (if I've did it before, so it means I did a code mistake lol) 😂

    • @MilerAlpha
      @MilerAlpha 5 років тому

      @@eddydn71 Ehh I did it and, no I didn't get it. The problem is in the FirebaseSearchQuery that only evoques one command for one child, I tried to copy the code and paste with the lower case, but it shows me a error of duplicate Query. I'm not at my computer, so could I show you the codes in pastebin later?

  • @thirdshoot2318
    @thirdshoot2318 4 роки тому +1

    How can we get search by two child nodes combine ?

    • @eddydn71
      @eddydn71  4 роки тому

      I think you should load all data of 2 child nodes into 1 list, and search in it, remember index data come from what child :D

  • @AshishKumar-mr4ys
    @AshishKumar-mr4ys 5 років тому +2

    please make tutorial on how can we use multiple recyclerview on mpultiple activities using one firebase database ?

    • @eddydn71
      @eddydn71  5 років тому

      I will try my dear :)

    • @barotia
      @barotia 4 роки тому

      Dude, what is your issue with following the official documentation?

  • @sahanavalli2213
    @sahanavalli2213 5 років тому +1

    Sir i cant load the firebase which is movie ref.addlistenerforsinglevalue eveny

  • @samatzhussipov1139
    @samatzhussipov1139 5 років тому +2

    Hi,Sir
    An Samsung S 3 (android 8.0.0) don't work(does not show search) ,other devices good work!!!
    Do you know what it problem ?
    I used :
    1) latest Firebase library 2) Picasso 2.5.2 3) Android X

    • @samatzhussipov1139
      @samatzhussipov1139 5 років тому +1

      I Solved This Problem with " File/ Invalidate Caches/Restart "

    • @eddydn71
      @eddydn71  5 років тому +1

      You're welcome my bro

  • @salojhathile7571
    @salojhathile7571 5 років тому +2

    java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setText(java.lang.CharSequence)' on a null object reference
    app had lunched and spinner is also working but when it tap to item it is crashed error how it fix.

    • @eddydn71
      @eddydn71  5 років тому

      Show me your log cat when your app is crash :D

    • @salojhathile7571
      @salojhathile7571 5 років тому +1

      @@eddydn71
      2019-07-24 16:41:22.351 3477-3477/? E/AndroidRuntime: FATAL EXCEPTION: main
      Process: com.shyam.helloworld, PID: 3477
      java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setText(java.lang.CharSequence)' on a null object reference
      at com.shyam.helloworld.CustomHomeActivity$1.onItemSelected(CustomHomeActivity.java:56)
      at android.widget.AdapterView.fireOnSelected(AdapterView.java:936)
      at android.widget.AdapterView.dispatchOnItemSelected(AdapterView.java:925)
      at android.widget.AdapterView.-wrap1(AdapterView.java)
      at android.widget.AdapterView$SelectionNotifier.run(AdapterView.java:895)
      at android.os.Handler.handleCallback(Handler.java:836)
      at android.os.Handler.dispatchMessage(Handler.java:103)
      at android.os.Looper.loop(Looper.java:203)
      at android.app.ActivityThread.main(ActivityThread.java:6251)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1063)
      at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)
      --------- beginning of system

    • @salojhathile7571
      @salojhathile7571 5 років тому

      this is the code when app app is crash

    • @eddydn71
      @eddydn71  5 років тому

      @@salojhathile7571 You have an TextView is null at CustomHomeActivity line 56 , make sure you already call findViewById for it before

  • @Danilo-fv2mb
    @Danilo-fv2mb 5 років тому +1

    Where can i modify texts and colors of the simple_list_item_1 ??
    Muito bom seu video!

    • @eddydn71
      @eddydn71  5 років тому

      This is default layout of android , you can copy this content of simple_list_item_1 by press Ctrl+ hover mouse to this line and copy all content to your own layout , modify like you want :D

    • @Danilo-fv2mb
      @Danilo-fv2mb 5 років тому +1

      @@eddydn71 thanks bro!

    • @eddydn71
      @eddydn71  5 років тому

      You're welcome my dear

  • @kishna_chauhan
    @kishna_chauhan 5 років тому +1

    Hello sir can you make local service provider app tutorial like urbanclap or freelancer please

    • @eddydn71
      @eddydn71  5 років тому

      I will try to research , my dear :D

  • @rubenplasencia1285
    @rubenplasencia1285 5 років тому +1

    Hi,
    I followed all the steps but when I executed the application it didn't show me the data in the spinner.
    What could be the problem?

    • @eddydn71
      @eddydn71  5 років тому

      Try watch my tutorial step by step my dear :D

    • @ismakhalil3687
      @ismakhalil3687 5 років тому

      @@eddydn71 the same problem bro

    • @rubenplasencia1285
      @rubenplasencia1285 5 років тому

      @@eddydn71
      bro, could you pass me the code please?

  • @hakancansiz3258
    @hakancansiz3258 5 років тому +1

    How can i change close button text and select ıtem text?

    • @eddydn71
      @eddydn71  5 років тому

      This library is open source so you can go to github repository of this library and modify it

  • @bakhrimarket1572
    @bakhrimarket1572 4 роки тому +1

    data is not coming on spinner. plz help

    • @eddydn71
      @eddydn71  4 роки тому

      Hi, try watch my tutorial step by step, my bro

  • @mustafashaikh9075
    @mustafashaikh9075 5 років тому +1

    Finally thanks bro

    • @eddydn71
      @eddydn71  5 років тому

      You're welcome my dear

  • @sahanavalli2213
    @sahanavalli2213 5 років тому +1

    Getting error in movie.add(moviesnapshot. Getvalue(movie.Class));

    • @eddydn71
      @eddydn71  5 років тому +1

      Show me your error :)

  • @nishantabhishek8199
    @nishantabhishek8199 5 років тому +1

    thnk

    • @eddydn71
      @eddydn71  5 років тому

      You're welcome my bro

  • @ahmedz9077
    @ahmedz9077 5 років тому +1

    Professor Eddy
    Can you make for us some ionic framework tutorials please 😊😊

    • @eddydn71
      @eddydn71  5 років тому +1

      I will try my dear

    • @ahmedz9077
      @ahmedz9077 5 років тому +1

      Uber for freights app like please professor 😊😊

    • @eddydn71
      @eddydn71  5 років тому

      ^^

  • @prashantlal9959
    @prashantlal9959 5 років тому +1

    Sir please add the function of like and share

  • @sahanavalli2213
    @sahanavalli2213 5 років тому +1

    Ifirebaseloaddone is not work and my application suddenly quit

    • @eddydn71
      @eddydn71  5 років тому

      Please watch my tutorial step by step , my dear

  • @lyricalworld360
    @lyricalworld360 5 років тому +1

    Dear bro ,,, can we wait for uber clone 2019 series ???😊😊😊

    • @eddydn71
      @eddydn71  5 років тому +1

      Haha yes we will have :D

  • @hammadkhan6567
    @hammadkhan6567 5 років тому +1

    IFirebaseLoaddone is not working

    • @eddydn71
      @eddydn71  5 років тому

      You can see in my tutorial it's working , so please watch it step by step

  • @marco2carriloo436
    @marco2carriloo436 5 років тому +1

    nothing data in the spinner

    • @eddydn71
      @eddydn71  5 років тому

      Please check my tutorial again

  • @marcelinusdanas5545
    @marcelinusdanas5545 5 років тому +1

    image not showing

  • @AtharvDalvi
    @AtharvDalvi 5 років тому +1

    Not able to load data from firebase

    • @eddydn71
      @eddydn71  5 років тому +1

      1. Check your reference name
      2. Check your database rules

    • @AtharvDalvi
      @AtharvDalvi 5 років тому

      @@eddydn71 thanks I have one more doubt that can we load the value of spinner in firebase database