Custom Listview with item click in Android || Listview in Android Studio || Custom Listview

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 128

  • @_foxandroid
    @_foxandroid  2 ปีที่แล้ว +2

    You can support the channel --> www.buymeacoffee.com/foxandroid

  • @yuvalsmile1116
    @yuvalsmile1116 2 ปีที่แล้ว +1

    in 10:13 when I write ActivityMainBinding I get error "Cannot resolve symbol 'ActivityMainBinding'" can someone help me pls???

    • @klausrolland4121
      @klausrolland4121 2 ปีที่แล้ว

      @Nityam Bhojani no answer at all ....
      stuck at the same point

  • @gauravpshinde0606
    @gauravpshinde0606 3 ปีที่แล้ว +11

    getting "ActivityMainBinding" error, Plz solve

    • @eszesz1724
      @eszesz1724 ปีที่แล้ว +1

      Add buildFeatures dependency and Set VieBinding = true in Gradle file

  • @klausrolland4121
    @klausrolland4121 2 ปีที่แล้ว +1

    Everything fine until 10:28 - wtf is ActivityMainBinding? Some more explanations on why you do what would be VERY helpful

    • @SPOTLIGHTYTAKHILESH
      @SPOTLIGHTYTAKHILESH หลายเดือนก่อน

      it is just for view binding so that we don't have to use findViewById . But why I have telling U have asked this question 2 Years back When I was not knowing a single thing about coding hopefully now you are doing great.

  • @prandev490
    @prandev490 2 ปีที่แล้ว +2

    One of the best updated Android tutorials i have watched.

  • @EyeXD
    @EyeXD 2 ปีที่แล้ว +5

    Why do have a RelativeLayout inside a LinearLayout in the list_item.xml? Can we directly use RelativeLayout?

    • @thecrazyadam5714
      @thecrazyadam5714 11 หลายเดือนก่อน

      you learn something new i was qurius too

  • @Augustus1003
    @Augustus1003 3 ปีที่แล้ว +1

    17:59 Where does the nameprofile, phoneProfile came from....?

    • @selahaddiniscan8783
      @selahaddiniscan8783 2 ปีที่แล้ว +1

      It is came from XML file which is created for that file.

  • @pancasatria9989
    @pancasatria9989 2 ปีที่แล้ว +1

    when i running the aps, just blank, no listview do you know the problem?

  • @valivetishanmukhaguruadity3803
    @valivetishanmukhaguruadity3803 3 ปีที่แล้ว +2

    Bro at 2:55 I am not able to get that circle image view

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      It is implemented through a library..

    • @valivetishanmukhaguruadity3803
      @valivetishanmukhaguruadity3803 3 ปีที่แล้ว +1

      @@_foxandroid Thank you bro I got
      It , Very informative video

    • @husnahadiii
      @husnahadiii 3 ปีที่แล้ว +1

      can you explain to me about this? i got error

  • @mornmoniroit9233
    @mornmoniroit9233 2 ปีที่แล้ว

    Hello sir, on 13:54 why you can use binding.listview because I can not find listview.👏👏

    • @lope_ai
      @lope_ai 2 ปีที่แล้ว

      Brother , pls add ListView in activity_main.xml I face the same issue , hope it helps

  • @Bloom-pq8nf
    @Bloom-pq8nf 2 ปีที่แล้ว +1

    Cant we connect those phone numbers to the phone and make calls

  • @hotboi000
    @hotboi000 7 หลายเดือนก่อน +1

    Was going to watch your video, I saw israel and i immediately dipped

    • @Zohaib_Ahmad
      @Zohaib_Ahmad 4 หลายเดือนก่อน

    • @rima9669
      @rima9669 หลายเดือนก่อน

      hahahhah same bro

  • @numanrana714
    @numanrana714 3 ปีที่แล้ว +2

    Very amazing and understandable Vedio Thanks alot helped me alot...Keep up the Good Work.

  • @bunyodruzmatov5165
    @bunyodruzmatov5165 2 ปีที่แล้ว

    why not view activity_user code .your link source code doesnt opned file

  • @arunkarampuri1296
    @arunkarampuri1296 2 ปีที่แล้ว

    Getting an error in UserActivity , where i not getting why you used userProfile . can u help me

  • @noxtorious2962
    @noxtorious2962 3 ปีที่แล้ว +1

    i cant make binding.listview it is not showing up, any fix?

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Share code pics on IG

  • @katpark1733
    @katpark1733 2 ปีที่แล้ว +1

    How do you import the listview adapter?

  • @3ezoTech7-10
    @3ezoTech7-10 2 ปีที่แล้ว +1

    there is no country named isreal broo please correct this

  • @jazztech1581
    @jazztech1581 2 ปีที่แล้ว

    Hi Sir, I am halfway the process but when I type: binding.listview.setAdapter(listAdapter);
    listview is red with error "Cannot resolve symbol listview ".. Why is that?

    • @bexultan
      @bexultan 2 ปีที่แล้ว

      Have you found a solution ?
      If so please tell me

    • @_foxandroid
      @_foxandroid  2 ปีที่แล้ว +1

      Please make sure binding points to the class of that layout

    • @farahsyahirah1709
      @farahsyahirah1709 2 ปีที่แล้ว

      may i know the solution because i got the same error .

    • @robert_merian
      @robert_merian 2 ปีที่แล้ว

      Yeah same, any solution?

    • @robert_merian
      @robert_merian 2 ปีที่แล้ว +5

      Update.. I found the solution...
      After enabling binding in the build.gradle you can import the following in the file youre using with the list view : import com.example.invgrowfinal.databinding.*MainActivity*Binding;
      keep in mind the astrics symbolize the XML file name that you need to change according to your file for example my xml is called "activity_stocks.xml", then the binding would be ActivityStocksBinding binding;
      Hope this helps

  • @conversanttechnologies.1811
    @conversanttechnologies.1811 2 ปีที่แล้ว +2

    how to implement the same in a fragment? Please make a video to show custom list in a fragment

  • @swerarizwan4164
    @swerarizwan4164 3 ปีที่แล้ว

    sir my data did not pass to next activity whenever i click on any chat kindly please

  • @Ramikelesli
    @Ramikelesli 2 ปีที่แล้ว

    after click Listview I want to show related item in single view?

  • @mandyronald8187
    @mandyronald8187 2 ปีที่แล้ว +1

    the binding activity is not recognized in my java class

    • @_foxandroid
      @_foxandroid  2 ปีที่แล้ว

      Please enable viewbinding in your gradle file

    • @mandyronald8187
      @mandyronald8187 2 ปีที่แล้ว +2

      @@_foxandroid thanks

  • @temmmbebkd2922
    @temmmbebkd2922 3 ปีที่แล้ว +2

    How did you do smooth transition between activities

  • @astucerie-z3h
    @astucerie-z3h ปีที่แล้ว

    Hi, ive done all but its not working

  • @yacineth9559
    @yacineth9559 3 ปีที่แล้ว +1

    which emulator are you using ?? Amazing video keep going

  • @nguyenminhkhoa6436
    @nguyenminhkhoa6436 3 ปีที่แล้ว +1

    avatar activity doesn't change , keep stay at first avatar

  • @002_adityaagrawal2
    @002_adityaagrawal2 2 ปีที่แล้ว

    You must supply a resource ID for a TextView android error

  • @MrIMacro
    @MrIMacro 2 ปีที่แล้ว

    amazing
    could you please help me with the code ?
    i want the list to consist of coordinates, and when the user presses on that coordinate the app will take him to a certain location on google maps.

  • @thecrazyadam5714
    @thecrazyadam5714 11 หลายเดือนก่อน

    i just suck in profile users any help please

  • @stevekelly4347
    @stevekelly4347 3 ปีที่แล้ว +3

    Excellent very informative! I second the request for the kotlin firebase version . Would it be possible to add a drag drop reorder too! this kind of functionality is not covered much in Kotlin/firebase at all!

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Steve kotlit version will be uploaded with in this week. Rest features will be added in upcoming videos

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Same video in Kotlin version released

  • @oscarlaf233
    @oscarlaf233 2 ปีที่แล้ว

    hello, can u help me i've followed all the tutorial but wen i try to run de app and load de listview the app chased

    • @zidanjkhan
      @zidanjkhan 9 หลายเดือนก่อน

      Hey its been years, have you found any solution to this?

  • @AliKhan-cj6zl
    @AliKhan-cj6zl 3 ปีที่แล้ว +1

    How to fetch Data in this project from firebase

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Use mvvm architecture for that

  • @38md.sufiyan63
    @38md.sufiyan63 2 ปีที่แล้ว

    I am unable to access the src code.

  • @numanrana714
    @numanrana714 3 ปีที่แล้ว +1

    I have a request can you make a vedio on how can we show aspecific contact numbers inbox from mobile using cell phones contact list in list view and show the specific person's sms in card view in new activity using java ?

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว +1

      As per new privacy policy sms can't be read

    • @numanrana714
      @numanrana714 3 ปีที่แล้ว

      @@_foxandroid
      alright but can you make a vedio?

  • @KanekiSidibe
    @KanekiSidibe 3 ปีที่แล้ว

    14:06

  • @bac3k573
    @bac3k573 2 ปีที่แล้ว

    getview not getting called, help

  • @marwanehmeda5554
    @marwanehmeda5554 2 ปีที่แล้ว +1

    Can't reach to Source code , help plz

  • @sixaj
    @sixaj 3 ปีที่แล้ว +1

    getview not getting called... :(

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Share code pics on IG

    • @sixaj
      @sixaj 3 ปีที่แล้ว +1

      @@_foxandroid thanks for the offer😀. I already fixed it💪

    • @noone2sds9282
      @noone2sds9282 3 ปีที่แล้ว

      @@_foxandroid from where that ActivityMainBinding class came?

    • @h0g_27
      @h0g_27 3 ปีที่แล้ว

      How did you fix this?!

    • @sixaj
      @sixaj 3 ปีที่แล้ว

      @@h0g_27 try cleaning your project and invalidate cashe/restart

  • @aidaaqilahmohdzin5542
    @aidaaqilahmohdzin5542 3 ปีที่แล้ว +2

    thank you, it really helpful. But how do i add audio in the detailed screen after user clicks on the list item?

    • @TechAyush001
      @TechAyush001 2 ปีที่แล้ว

      Use Mediaplayer class

  • @asyashopina6976
    @asyashopina6976 2 ปีที่แล้ว

    Poop, not working with sockets

  • @nikkii.2104
    @nikkii.2104 ปีที่แล้ว

    aduh mbak atuh mah ngomong klo ini java
    saya daritadi make kotlin makannya saya bingung

  • @zaurahmedli2001
    @zaurahmedli2001 2 ปีที่แล้ว

    OMG you only responded good comments, you didn't respond errors or problems, I have ActivityMainBinding error, can you help me?

  • @tomass4045
    @tomass4045 3 ปีที่แล้ว +1

    Thanks, greetings from Argentina!

  • @Bmw-ky3mg
    @Bmw-ky3mg 3 ปีที่แล้ว

    how to RecyclerView OnClickListener firebase To New Activity please sir ❤️

  • @mikeross5359
    @mikeross5359 3 ปีที่แล้ว

    Can you add how to delete a row from a custom listview in the same program?

  • @TechAyush001
    @TechAyush001 2 ปีที่แล้ว

    Only one that help me , thanks a lot bro

  • @mikeross5359
    @mikeross5359 3 ปีที่แล้ว

    Can you add how to delete a row from a custom listview?

  • @medoalking9062
    @medoalking9062 2 ปีที่แล้ว

    in String country [] = {phelstine} no isra*l

  • @ETNewVideo
    @ETNewVideo 3 ปีที่แล้ว +1

    Hey, please make same video but using Firebase means fetch data n Firebase and after click go to next activity

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Using listview or RecyclerView??

    • @ETNewVideo
      @ETNewVideo 3 ปีที่แล้ว +1

      @@_foxandroid using ListView

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Sure man!

    • @Bmw-ky3mg
      @Bmw-ky3mg 3 ปีที่แล้ว

      ​@@_foxandroid how to RecyclerView OnClickListener firebase To New Activity please sir ❤️🌹It's better than listview

  • @mayssaomrani4985
    @mayssaomrani4985 ปีที่แล้ว

    show us the page xml of user please

  • @thecrazyadam5714
    @thecrazyadam5714 11 หลายเดือนก่อน

    it canno run

  • @girajchoudhary4672
    @girajchoudhary4672 2 ปีที่แล้ว

    No working errror

  • @YuvrajSingh-zq6cv
    @YuvrajSingh-zq6cv 2 หลายเดือนก่อน

    Give me that source code

  • @nielbatman
    @nielbatman หลายเดือนก่อน

    Haha wrong code

  • @vergelvillagomez9977
    @vergelvillagomez9977 2 ปีที่แล้ว

    error

  • @girajchoudhary4672
    @girajchoudhary4672 2 ปีที่แล้ว

    No working

  • @saga1658
    @saga1658 3 ปีที่แล้ว +1

    In kotlin version please...

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      It'll be released with in this week

    • @_foxandroid
      @_foxandroid  3 ปีที่แล้ว

      Video in Kotlin released

  • @zainhafeez2601
    @zainhafeez2601 ปีที่แล้ว

    Source code please

  • @bersky666
    @bersky666 3 ปีที่แล้ว +1

    I Love U bro

  • @girajchoudhary4672
    @girajchoudhary4672 2 ปีที่แล้ว

    Fake video

  • @deniz-wt8go
    @deniz-wt8go 2 ปีที่แล้ว

    Thank you my friend :D

  • @Cheesecakess
    @Cheesecakess 3 ปีที่แล้ว +1

    Excellent!

  • @Programingj
    @Programingj 8 หลายเดือนก่อน +1

    Free Palestine

  • @cananews5665
    @cananews5665 2 ปีที่แล้ว

    thanks for this informative video

  • @Hermiona001
    @Hermiona001 2 ปีที่แล้ว +1

    Thank you very much!

  • @inulloo
    @inulloo 3 ปีที่แล้ว +1

    the good video, thank you.

  • @mayvagio4672
    @mayvagio4672 2 ปีที่แล้ว +1

    So great. Thank you

  • @zhafran-2752
    @zhafran-2752 3 ปีที่แล้ว +1

    thanks broo :)

  • @heheihyh1595
    @heheihyh1595 2 ปีที่แล้ว +1

    thank you so much

  • @HiloHilop
    @HiloHilop 16 วันที่ผ่านมา

    thank you

  • @thedamagedealer
    @thedamagedealer 3 ปีที่แล้ว

    Bro , Can u start using true country names to make the example more clear , some countries are just invented by you i think -_-

  • @faizabenatmane5485
    @faizabenatmane5485 9 หลายเดือนก่อน

    free palestine

  • @TechAyush001
    @TechAyush001 2 ปีที่แล้ว +1

    Only one that help me , thanks a lot bro