AudioPlayer
Android sample app for playing audio files in a service
File Explorer
Download Latest Version (.zip)- ApplicationTest.java
- Audio.java
- CustomTouchListener.java
- MainActivity.java
- MediaPlayerService.java
- onItemClickListener.java
- PlaybackStatus.java
- RecyclerView_Adapter.java
- StorageUtil.java
- image1.jpeg
- image2.jpg
- image3.jpeg
- image4.jpeg
- image5.jpeg
- activity_main.xml
- content_main.xml
- item_layout.xml
- menu_main.xml
- menu_scrolling.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- arrays.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- app.iml
- build.gradle
- proguard-rules.pro
- cache.xml
- gradle-wrapper.jar
- gradle-wrapper.properties
- Screenshot_2016-07-30-13-28-42.png
- Screenshot_2016-08-12-19-31-48.png
- Screenshot_2016-08-12-19-32-09.png
- Screenshot_2016-08-12-19-32-28.png
- .gitignore
- AudioPlayer.iml
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- local.properties
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/valdio/AudioPlayer
Downloads the entire project code from GitHub to your computer.
cd AudioPlayer
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
