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
Sir, you have an amazing way of explaining things , specially you splitted the theory and the practical part.
waiting for more of your videos.
In C we have structures and pointers(not in java)
In Java we have Multithreading and Object oriented Concepts(not in C)
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.
Great tutorial
Features in C:
1. pointers
2. Malloc(),Calloc
Features in Java
1. OOP
2. Swing
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
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 :)
good
awsome
Sir , please make video for recycler view also
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
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.
Sir Please make video on Jsoup in android.
In c- there is no Inheritance concept and oops concepts
in Java - there is no pointers concept .
make program on delete child items in expandable list
in c
#friend fuction
#multiple inheritance
#template function
in java
#code portablity
#object oriented
#platform indepandant
Pointers and garbage collection in Java but not in c..and structure and union in c but not java
how to add a button in child list
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.