Package-level declarations

Types

Link copied to clipboard
public final class MediaPlayerService extends Service

This class basically connects the logic of the app and what is happening there with the notification. This allows users to not only see the notification, but also to interact with it.

Link copied to clipboard
public class MediaPlayerUtil
Link copied to clipboard
public final class OpenMusicApp extends Application

This class contains all important constants of the app. This is especially useful in settings, where one can just use this constants to save values and read values from them. This is also the first class to get executed when the app is launched