The application allows browsing albums and artists listed in Nokia Music. In this application, the Nokia Music REST API is limited to return only albums and artists but also tracks to albums' tracklistings.
The application design encourages using LCDUI components to minimize any extra effort that would be otherwise used for creating custom UI components. The views are basically just lists for displaying several types of content so the LCDUI components suit this need very well.
To bring looks to the application, album and artist specific thumbnail images are shown in the views.
Figure: From left to right: Home view, See what's new, Artist info view, Similar artists view
Figure: From left to right: Genres view, Artists in specific genre, Search view displaying a search query and its results, Album view
For information about implementing the MIDlet, see Implementation.