cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Please help me with loadmore .I am using volley #96

Closed raviteja83 closed 8 years ago

raviteja83 commented 9 years ago

Do we have to give the progessbar view or by default it will display the progress bar? I could not see progressbar.

cymcsg commented 9 years ago

You can use ultimateRecyclerView.enableLoadmore(); to add default progress bar . You can also use simpleRecyclerViewAdapter.setCustomLoadMoreView(LayoutInflater.from(this) .inflate(R.layout.custom_bottom_progressbar, null)); to customize your view.

jjhesk commented 8 years ago

276 this should be done for the load more issue. @raviteja83