Closed MaheshaCN24 closed 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
thank you for your support
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.