I have an expandable listview on the parent screen. I expanded listview to see subcategory items. Now I clicked on one subcategory, it will navigate another screen(child screen). when I click on goback() method in child screen the parent screen is displaying with a collapsed list view.
Need to expand the expandable listview in expand mode only which are opened before in Parent screen when clicking on goback() in child screen.
Please help me.