I am beginner in Android and using Chrisbane PullToRefresh - https://github.com/chrisbanes/Android-PullToRefresh
I have to add one bottom bar in screen, but as per the code it is using frame layout and adding layout at runtime.
I tried to add bottom bar, but it is adding on top of ListView, please help me to implement one bottom bar using PullToRefresh.