Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.91 KB

README.md

File metadata and controls

60 lines (46 loc) · 2.91 KB

Multiples with info

Podcast App

GitHub license

An app to listen and search to podcast using the itunes api. It has an option to search for a podcast.

Screenshots

Liked podcasts Search View Search Results Podcast Details Episode details

Features of the App

PodcastAppBannerBlue

Here I have used MVVM and R8 optimizations as well

R8 optimizations result

Before
After

MAD Scorecard

summary

Package Structure

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

How to contribute?

What do you need to get started?

Latest version of android studio and basic android and googling skills will get you going.

All contributions are welcomed, Properly describe changes made and attach supporting ScreenShots in the PR. For major changes first open an issue.

Author

Initial work: Mihir Shah
Inspiration for the project is taken from here and the due credit goes to h4xor7.