AudioKit Android sample code encapsulates APIs of the HUAWEI Audio Kit. It provides many sample programs for your reference or usage. The following describes packages of Android sample code.
HwAudioPlayerManager: Manages playback operations such as play, pause, skip back, skip next, stop, and drag the progress bar.
HwAudioPlayItem: An audio data class. The data includes the album name, artist, whether an audio is online, and others.
HwAudioQueueManager: Manages audio queues, for example, deletes a specified audio from a queue (playlist).
-
Check whether the Android studio development environment is ready. Open the sample code project directory with file "build.gradle" in Android Studio. Run TestApp on your divice or simulator which have installed latest Huawei Mobile Service(HMS).
-
Register a HUAWEI account.
-
Create an app and configure the app information in AppGallery Connect. See details: HUAWEI Audio Service Development Preparation
-
To build this demo, please first import the demo in the Android Studio (3.x+).
-
Run the sample on your Android device or emulator.
Android SDK Version >= 21 and JDK version >= 1.7 is recommended.
If you want to evaluate more about HMS Core, r/HMSCore on Reddit is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.
If you have questions about how to use HMS samples, try the following options:
- Stack Overflow is the best place for any programming questions. Be sure to tag your question with
huawei-mobile-services
. - Huawei Developer Forum HMS Core Module is great for general questions, or seeking recommendations and opinions.
If you run into a bug in our samples, please submit an issue to the Repository. Even better you can submit a Pull Request with a fix.
HMS AudioKit Demo is licensed under the Apache License, version 2.0.