forked from maxmpz/powerampapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
Poweramp APIs | ||
=========== | ||
|
||
Please check https://forum.powerampapp.com/forum/13-developers-area/ for more details | ||
|
||
Also see [poweramp_skin_sdk/poweramp_skin_sample/readme.md](poweramp_skin_sdk/poweramp_skin_sample/readme.md) | ||
|
||
* **Skin SDK**: [poweramp_skin_sdk/poweramp_skin_sample/readme.md](poweramp_skin_sdk/poweramp_skin_sample/readme.md) | ||
* **Intent-based APIs**: [poweramp_api_example/readme.md](poweramp_api_example/readme.md) | ||
* **Visualization Presets**: [poweramp_vis_presets_example/readme.md](poweramp_vis_presets_example/readme.md) | ||
* **Loadable DSP Plugins**: TBD | ||
* **Album Art Loaders**: TBD | ||
* **Lyrics Loaders**: TBD | ||
* **Widgets (obsolete)**: [poweramp_simplewidgetpack](poweramp_simplewidgetpack) | ||
|
||
Also see https://forum.powerampapp.com/forum/13-developers-area/ for more details | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
poweramp_api_example/app/src/main/java/com/maxmpz/poweramp/apiexample/MainActivity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Poweramp Intent APIs Example | ||
============================================ | ||
|
||
This is an example project that demonstrates Poweramp v2 and v3 Intent based APIs. These APIs are focused on simplicity, you can just | ||
throw a simple Intent to Poweramp to play something, command Poweramp to do something, or get some Poweramp state from published Intents. | ||
While being simple, Intent APIs still provide almost complete control over Poweramp. | ||
This is an example project that demonstrates Poweramp v2 and v3 Intent based APIs. These APIs are focused on simplicity: you can just | ||
throw a simple Intent to Poweramp to play something, command Poweramp to do something, or get some Poweramp state from the published Intents. | ||
While being simple Intent APIs provide almost complete control over Poweramp. | ||
|
||
Please see: [../poweramp_api_lib/readme.md](../poweramp_api_lib/readme.md) for details. Also see comments/doc-comments in Example project source files. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
poweramp_api_lib/src/com/maxmpz/poweramp/player/PowerampAPI.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters