amlcurran / ShowcaseView

[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
5.6k stars 1.29k forks source link

ShowCase not showing for custom listview #414

Open Nik2505 opened 8 years ago

Nik2505 commented 8 years ago

In Normal case my showcase view is working perfectly but when i put same code inside custom listview

listView.setOnHierarchyChangeListener(new ViewGroup.OnHierarchyChangeListener() {

        @Override
        public void onChildViewRemoved(View arg0, View arg1) {
            // TODO Auto-generated method stub

                           [ showing ShowCaseView here...]

        }

        @Override
        public void onChildViewAdded(View arg0, View arg1) {
            // TODO Auto-generated method stub

        }
    });

}

It goes inside procedure of showcase but i can't showing to my activity.