Done some RnD and made RemoteSync.kt to sync clicks data from local room database to remote server with api call in batches.
Completed implementation and tested data with backend.
Integrated api for user_video_view api.
Done some RnD to calculated the duration of video viewed overall in LiveStreamPlayerActivity. - successful.
Created Database for VideoViewEvent, Dao, and VideoViewHelper to upsert data into local database.
MyListRepository changes to load only specific data in favorite listing when that particular module is changed. - successful and tested.
Created build to be shared with client.