An app to listen and search to podcast using the itunes api. It has an option to search for a podcast.
Liked podcasts | Search View | Search Results | Podcast Details | Episode details |
Here I have used MVVM and R8 optimizations as well
Before | After |
com.mihir.podcast # Root Package
.
├── adapter # For recyclerview
|
├── helper # Utility Classes
|
├── remote # Room DB, and its related classes
|
└── ui # UI/View layer
└── search # Search screen related classes & views
All contributions are welcomed, Properly describe changes made and attach supporting ScreenShots in the PR. For major changes first open an issue.
Initial work: Mihir Shah
Inspiration for the project is taken from here and the due credit goes to h4xor7.