I have this list with some hidden TextView.
When click on a item, I want to slide down smoothly and show the hidden content, and if click again, slide up.
How is that possible?
Hidden and not hidden:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are looking for ExpandableListView.
Expandable ListView bydefault has two levels. First is called the “Group View” and the second level is called the “Child View”. You can simply achieve by making use of the Custom Adapter sample from the very first link I have provided.
here are few links which will get you started,
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList1.html
http://about-android.blogspot.in/2010/04/steps-to-implement-expandablelistview.html
http://www.techienjoy.com/android-expandable-list-dynamically-created-example.php
To make only child expanded at a particular time, add this,