ExpandableListView In Android - Theory | Android Tutorial for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024
  • In this video we will the theory of expandable list
    What is Expandable List and how it works is explained
    Expandable Listview is like a normal listview but it contains list inside a list. It has parent group and child group. It contains Parent data list which expands on clicking i.e it shows further list of dataChild.
    Check out our website: www.telusko.com
    Follow Telusko on Twitter: / navinreddy20
    Follow on Facebook:
    Telusko : / teluskolearnings
    Navin Reddy : / navintelusko
    Follow Navin Reddy on Instagram: / navinreddy20
    Subscribe to our other channel:
    Navin Reddy : / @navinreddy
    Telusko Hindi :
    / @teluskohindi
    Java Tutorial for Beginners: goo.gl/p10QfB
    C Tutorial Playlist : goo.gl/8v92pu
    Android Tutorial for Beginners Playlist : goo.gl/MzlIUJ
    XML Tutorial : goo.gl/Eo79do
    Design Patterns in Java : goo.gl/Kd2MWE
    Socket Programming in Java : goo.gl/jlMEbg
    Spring MVC Tutorial : goo.gl/9ubbG2
    OpenShift Tutorial for Beginners : goo.gl/s58BQH
    Spring Framework with Maven : goo.gl/MaEluO
    Sql Tutorial for Beginners : goo.gl/x3PrTg
    String Handling in Java : goo.gl/zUdPwa
    Array in Java : goo.gl/uXTaUy
    Java Servlet : goo.gl/R5nHp8
    Exception Handling in Java : goo.gl/N4NbAW

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

  • @dra7764
    @dra7764 8 ปีที่แล้ว

    Sir, you have an amazing way of explaining things , specially you splitted the theory and the practical part.
    waiting for more of your videos.

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

    In C we have structures and pointers(not in java)
    In Java we have Multithreading and Object oriented Concepts(not in C)

  • @anujlovetube
    @anujlovetube 7 ปีที่แล้ว

    Sir you are really a very Great teacher. Wish all teacher were like you. I would like to know how do you go on first learning a new technology and then present them in such easy to understand way. I am guessing that for creating a series on new tech would require a huge amount of hard work & preparation from you behind the scene :) . How do you go about it. How many hours of hard labour you put in daily. Please create a video on that as well It would be a inspiration video for your followers. Thanks.

  • @mohammedviso2269
    @mohammedviso2269 7 ปีที่แล้ว

    Great tutorial

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

    Features in C:
    1. pointers
    2. Malloc(),Calloc
    Features in Java
    1. OOP
    2. Swing

  • @kozios
    @kozios 8 ปีที่แล้ว

    You can make constructors in Java, printf in C, java is system.print.ln , declaring constants is done by #define in c, in java its just using 'final' . Great video explanation

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

    in c we dont hav networking concepts and dbms but we hav tat is in java,,,In java we dont hav structure and we dont use pointers but we can use tat in C. Thank yu :)

  • @yaolin7090
    @yaolin7090 5 ปีที่แล้ว

    good

  • @yaolin7090
    @yaolin7090 5 ปีที่แล้ว

    awsome

  • @RitikSingh-ch1zq
    @RitikSingh-ch1zq 6 ปีที่แล้ว

    Sir , please make video for recycler view also

  • @mangeshgahukar3278
    @mangeshgahukar3278 7 ปีที่แล้ว

    I like the video . can suggest me same sample code for expandable listview with simplecursortreeadapter parent should have edit text and child should have edit text and toggle button . can help me in this regard .thanks

  • @shadabquaiser9814
    @shadabquaiser9814 7 ปีที่แล้ว

    Sir, but how to add 3rd level in the list, I mean how to further expand the child item.
    how to use expandable list view inside another expandable list view.

  • @Onlawngkri
    @Onlawngkri 7 ปีที่แล้ว

    Sir Please make video on Jsoup in android.

  • @ravikiranpatel8
    @ravikiranpatel8 8 ปีที่แล้ว

    In c- there is no Inheritance concept and oops concepts
    in Java - there is no pointers concept .

  • @roastercodewala
    @roastercodewala 6 ปีที่แล้ว

    make program on delete child items in expandable list

  • @amargaikwad8408
    @amargaikwad8408 7 ปีที่แล้ว

    in c
    #friend fuction
    #multiple inheritance
    #template function
    in java
    #code portablity
    #object oriented
    #platform indepandant

  • @vamsikrishgvk513
    @vamsikrishgvk513 6 ปีที่แล้ว

    Pointers and garbage collection in Java but not in c..and structure and union in c but not java

  • @shravankumar2079
    @shravankumar2079 7 ปีที่แล้ว

    how to add a button in child list

    • @davidmallar4608
      @davidmallar4608 7 ปีที่แล้ว

      shravan kumar I don't know either never tried but probably just add a button in xml child file normally just like you add TextView so that is how I would try.