Nokia Music provides APIs for accessing a vast music collection. In this example, usage of the Nokia Music REST API is demonstrated. The example application uses the Tantalum 5 library in handling the communication with the API. The user interface is implemented with LCDUI components.
Figure: MusicExplorer running on a Nokia Asha software platform 1.0 device
For a tutorial that shows you how to create this MIDlet, see Example: Using the Nokia Music REST API.
Compatible with Nokia Asha software platform 1.0 or later
The MIDlet project files are packaged as a zip file. To download the zip file, click the following link:
MIDlet version |
1.0 |
Creation date |
24 June 2013 |
IDE |
Nokia IDE for Java ME (Eclipse) and NetBeans |
SDK |
Nokia Asha SDK 1.0 |
For possible newer version, other updates or additional documentation, see Nokia Asha MusicExplorer at Nokia Developer GitHub.
The MIDlet consists of the following packages and classes (click to view the full source code):
com.nokia.example.musicexplorer
com.nokia.example.musicexplorer.data
com.nokia.example.musicexplorer.data.model
com.nokia.example.musicexplorer.settings
com.nokia.example.musicexplorer.ui
com.nokia.example.musicexplorer.utils