Completed ui for AudioBooksActivity

Integrated api for audio book listing and completed caching

Organized code into repositories for both webshow and audio books.

continue audio books api integration and caching.

inflated all data

working on like functionality
This commit is contained in:
2024-07-03 21:06:20 +05:30
parent 69a8c34a57
commit a3ce40b251
35 changed files with 940 additions and 498 deletions

View File

@@ -167,7 +167,7 @@
<string name="slash" translatable="false">/</string>
<string name="notifications" translatable="false">Notifications</string>
<string name="retry">Retry</string>
<string name="retry_underline"><u>Retry</u></string>
<string name="retry_underline" translatable="false"><u>Retry</u></string>
<string name="no_notifications_found" translatable="false">No notifications found</string>
<string name="favorites" translatable="false">Favorites</string>
<string name="web_series_hindi">WEB SERIES (HINDI)</string>
@@ -186,4 +186,6 @@
<string name="teasers">Teasers</string>
<string name="episode">Episode</string>
<string name="listen">Listen</string>
<string name="listen_and_enjoy">LISTEN and ENJOY</string>
<string name="continue_audio_book">CONTINUE AUDIO BOOK</string>
</resources>