lemberg / connfa-android

Open Source Android app for Conferences and Events
http://connfa.com
Apache License 2.0
100 stars 111 forks source link

Pull to refresh? #30

Closed darshil closed 3 years ago

darshil commented 7 years ago

Is there a way to add a functionality where users are able to pull to refresh the content. Currently I have to close the app and open it again to fetch the latest content

pavlo-savchuk commented 7 years ago

Hello @darshilpatel!

Pull to refresh functionality will be added in one of the next update. Currently for fetching update you can fold and expand your app, because update triggers also in onResume.

darshil commented 7 years ago

@pavlo-savchuk Are there any tutorials/guide that can help me with this. I am not sure how to go about this.

pavlo-savchuk commented 7 years ago

Hi @darshilpatel ! You can use this tutorial: https://developer.android.com/training/swipe/add-swipe-interface.html

Regards, Pavlo