Praveen Kumar S

Results 6 comments of Praveen Kumar S

MYExpandableAdapter is extending BaseExpandableListAdapter.Is it fine ?

I have an ExpandableListView whose childviews i want to animate.How/What i can do with the library?

Hey can u help understanding the library usage.I really need to have the animation in the childs of expandable list view.

You mean to say i can't use this library with the ExpandableList or ExpandableListAdapter.I need to use normal ListView.But in that case how i can have parent view in the...

Ok thaks ..I ll try and get back to u if any more doubts.

Hey Here is the code for my activity class : @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); ``` ListView ls = (ListView)findViewById(R.id.listView); ArrayList s = new ArrayList(); s.add("Anshul"); s.add("ara");...