- Create a provider application which supplies the following:
- Albums (title and artist) to other applications
 - Albums should be able to be requested from this application
 - The application should notify other applications when when albums have changed so that they can update their UI
 
 - Create an application that requests albums (title and artist) from the provider app
- Albums should be displayed in a list
 - The user should have the ability to add/ remove/ modify albums in this list
 
 
At least one of the applications (provider or editor) must be coded in Java
- Provide source code via zip or remote (ex: github)
 - Task is created to be open ended to evaluate skills
- Style and "extras" are free to the developer
 
 - Judgement will be on the following:
- Complete the requirements of the 2 applications
 - Thought process (comments/ docs?)
 - Code design
 - Familiarity with technology being used in the 2 applications
 
 - When completed, include the following:
- Source code
 - Build instructions (target, compile SDK, etc.)
 
 - UI appearance of the applications do not need to be prioritized
 
- abc
 
gradle :kts_provider/assembleReleaseOutput:
gradle :kts_viewer/assembleReleaseOutput: