egeniq / android-tv-program-guide

Android TV Program Guide
Apache License 2.0
164 stars 66 forks source link

not able to refresh data with new schedule list #53

Closed MaheshaCN24 closed 1 year ago

MaheshaCN24 commented 1 year ago

Hi Sir,

i removed day filters and added 3 filter buttons, on clicking each button will fetch different data from api and I passed required values to createschedule method and it is working fine, but here my problem is how i can load the new schedule list data to adapter.

dzolnai commented 1 year ago

Hello, use first setData() and then setState(State.Content) Example: https://github.com/egeniq/android-tv-program-guide/blob/master/demo/src/main/java/com/egeniq/programguide/EpgFragment.kt#L214

MaheshaCN24 commented 1 year ago

thank you for your support