Introducing the application idea
The application we’re going to build is a tool called My Media Collection. It’s a simple utility that can catalog your entire media library. Because digital media is becoming more popular as time goes on, we can design the application to support the inclusion of both physical and digital media. The application will be able to catalog different types of media, including music, video, and books. We’ll add some features that will only light up for certain media types. Physical media (books, DVDs, and CDs) are often loaned to friends. This application will help you remember who borrowed your favorite book at a recent family party.
Reviewing the application features
Before we dive in and create the new project, let’s get organized. It helps to understand what you’re going to build so that you can track your progress while progressing through each chapter. If you’re tracking your development on GitHub, you could...