CopyPastor

Detecting plagiarism made easy.

Score: 0.8301557284682545; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-09-24
by Milad Bahmanabadi

Original Post

Original - Posted on 2013-11-11
by Justin



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can expand it in `getGroupView()` in your custom `Adapter`:
@Override public View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent) { View v = super.getGroupView(groupPosition, isExpanded, convertView, parent); ExpandableListView mExpandableListView = (ExpandableListView) parent; mExpandableListView.expandGroup(groupPosition); return v; }
You can expand it in getGroupView in your custom adapter:
@Override public View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent) { View v = super.getGroupView(groupPosition, isExpanded, convertView, parent); ExpandableListView mExpandableListView = (ExpandableListView) parent; mExpandableListView.expandGroup(groupPosition); return v; } Gluck!

        
Present in both answers; Present only in the new answer; Present only in the old answer;