Confirmed users
971
edits
Line 21: | Line 21: | ||
* index.html - The UI for the application | * index.html - The UI for the application | ||
* open.html - The UI for the view that is shown for the 'open' Activity | * open.html - The UI for the view that is shown for the 'open' Activity | ||
* js/music.js | * js/music.js - The code for the main application | ||
* js/open.js | * js/open.js - The code that handles the 'open' intent | ||
* js/Player.js | * js/Player.js - Code for a music player component | ||
* js/utils.js | * js/utils.js - Code for misc utilities like string formatting and html escaping | ||
* js/metadata.js | * js/metadata.js - Code to parse ID3/Ogg/MP4 meta data | ||
Shared code: | Shared code: |