Music
a material design music player with music from YouTube/YouTube Music
AppID: | com.zionhuang.music |
Author: | Zion Huang |
License: | GPL-3.0-only |
Donation: | |
InRepoSince: | 2022-04-09 |
LastRepoUpdate: | 2022-06-09 |
LastAppUpdate: | 2022-06-09 |
LastVersion: | 0.3.1 |
Categories: | Multimedia |
Google Play: | Check if it's there |

Music uses NewPipe Extractor to retrieve information and stream data from YouTube/YouTube Music. It's a music player as well, so you can create your own playlists and organize your songs by the artists you create. The aim of Music is to enable everyone to listen to music at no cost by an easy-to-use, practical and ad-free application.
Note:
The project is currently in an unstable stage. If you encounter bugs, please report by opening an issue on GitHub.
Features:
- No ads
- Search songs, videos, playlists and channels from YouTube/YouTube Music
- auto load more songs when playing the last 5 songs in queues from YouTube
- Material design player
- Lockscreen playback
- Media controls in notification
- Skip to next/previous song
- Repeat/shuffle mode
- Edit now-playing queue
- Play and save songs from YouTube/YouTube Music
- Download music for offline playback
- Create playlists in local database
- Edit song name and song artist

NonFreeNet
: This application promotes or entirely depends a non-Free network service.
Packages
Version 0.3.1 (2022-06-09)
Android Versions:
- Target: 12.0
- MinVer: 8.0
Permissions:
Features:
- None
51 Libraries detected:
Libraries:
- Mozilla Rhino (Utility)
requires 1 permissions: android.permission.INTERNETopen-source implementation of JavaScript written entirely in Java. - Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- Arch (Utility) helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) support newer Android features on older Android versions.
- Cardview (UI Component) AndroidX library to implement the Material Design card pattern with round corners and drop shadows.
- Android Support Library collections (Utility) standalone efficient collections.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component) AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- AndroidX Cursor Adapter (Utility) static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component) a module to implement custom views. Part of the Android Support Library.
- Databinding (Utility) bind UI components in your layouts to data sources in your app using a declarative format.
- Dynamicanimation (UI Component) create smooth animations with a physics-based animation API.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- Exifinterface (Utility) a library to read and write image file EXIF tags.
- AndroidX Fragment (UI Component) AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Interpolator (UI Component) AndroidX library to use animation interpolators on older platforms.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Media (Utility) share media contents and controls with other apps.
- Navigation (Utility) a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
- Paging (UI Component) AndroidX library to make it easier to load data gradually and gracefully within an app's RecyclerView.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Room (Utility) a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Sqlite (Utility) library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Startup (Utility) AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Tracing (Utility) AndroidX library to write trace events to the system trace buffer.
- Transition (UI Component) animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- WorkManager (Utility) an API that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably .
- Glide (Utility) An image loading and caching library for Android focused on smooth scrolling
- ExoPlayer (Utility) an extensible media player library for Android
- Google Material Design (Utility) library to help with material design guidelines.
- Google Core Libraries for Java 6+ (Utility) a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- Google Gson (Utility) A Java serialization/deserialization library to convert Java Objects into JSON and back.
- nanojson (Utility) a tiny, fast, and compliant JSON parser and writer for Java.
- OkHttp (Utility) OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Kotlin (Utility) The Kotlin Programming Language
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- Kotlin serialization (Utility) Kotlin cross-platform / multi-format serialization.
- AndroidFastScroll (UI Component) Fast scroll for Android RecyclerView and more.
- OkHttp okio Framework (Utility) A modern I/O API for Java to make it much easier to access, store, and process your data.
- commonmark-java (Utility) Java implementation of CommonMark, a specification of the Markdown format.
- jsoup (Utility) a Java library for working with real-world HTML. It provides an API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
- NewPipe Extractor (Utility) a library for extracting things from streaming sites.
Payment Modules:
- None found a library for extracting things from streaming sites.
Ads & Analytics:
- None found a library for extracting things from streaming sites.
Download (5.1 M)
Version 0.3.0 (2022-05-31)
Android Versions:
- Target: 12.0
- MinVer: 8.0
Permissions:
Features:
- None
51 Libraries detected:
Libraries:
- Mozilla Rhino (Utility)
requires 1 permissions: android.permission.INTERNETopen-source implementation of JavaScript written entirely in Java. - Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- Arch (Utility) helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) support newer Android features on older Android versions.
- Cardview (UI Component) AndroidX library to implement the Material Design card pattern with round corners and drop shadows.
- Android Support Library collections (Utility) standalone efficient collections.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component) AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- AndroidX Cursor Adapter (Utility) static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component) a module to implement custom views. Part of the Android Support Library.
- Databinding (Utility) bind UI components in your layouts to data sources in your app using a declarative format.
- Dynamicanimation (UI Component) create smooth animations with a physics-based animation API.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- Exifinterface (Utility) a library to read and write image file EXIF tags.
- AndroidX Fragment (UI Component) AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Interpolator (UI Component) AndroidX library to use animation interpolators on older platforms.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Media (Utility) share media contents and controls with other apps.
- Navigation (Utility) a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
- Paging (UI Component) AndroidX library to make it easier to load data gradually and gracefully within an app's RecyclerView.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Room (Utility) a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Sqlite (Utility) library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Startup (Utility) AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Tracing (Utility) AndroidX library to write trace events to the system trace buffer.
- Transition (UI Component) animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- WorkManager (Utility) an API that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably .
- Glide (Utility) An image loading and caching library for Android focused on smooth scrolling
- ExoPlayer (Utility) an extensible media player library for Android
- Google Material Design (Utility) library to help with material design guidelines.
- Google Core Libraries for Java 6+ (Utility) a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- Google Gson (Utility) A Java serialization/deserialization library to convert Java Objects into JSON and back.
- nanojson (Utility) a tiny, fast, and compliant JSON parser and writer for Java.
- OkHttp (Utility) OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Kotlin (Utility) The Kotlin Programming Language
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- Kotlin serialization (Utility) Kotlin cross-platform / multi-format serialization.
- AndroidFastScroll (UI Component) Fast scroll for Android RecyclerView and more.
- OkHttp okio Framework (Utility) A modern I/O API for Java to make it much easier to access, store, and process your data.
- commonmark-java (Utility) Java implementation of CommonMark, a specification of the Markdown format.
- jsoup (Utility) a Java library for working with real-world HTML. It provides an API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
- NewPipe Extractor (Utility) a library for extracting things from streaming sites.
Payment Modules:
- None found a library for extracting things from streaming sites.
Ads & Analytics:
- None found a library for extracting things from streaming sites.
Download (5.1 M)
Version 0.2.1-beta (2022-04-16)
Android Versions:
- Target: 12.0
- MinVer: 8.0
Permissions:
Features:
- None
45 Libraries detected:
Libraries:
- Mozilla Rhino (Utility)
requires 1 permissions: android.permission.INTERNETopen-source implementation of JavaScript written entirely in Java. - Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- Arch (Utility) helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) support newer Android features on older Android versions.
- Android Support Library collections (Utility) standalone efficient collections.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- AndroidX Cursor Adapter (Utility) static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component) a module to implement custom views. Part of the Android Support Library.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- Exifinterface (Utility) a library to read and write image file EXIF tags.
- Androidx Fragment (Development Aid)
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Media (Utility) share media contents and controls with other apps.
- Navigation (Utility) a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Room (Utility) a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Sqlite (Utility) library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Transition (UI Component) animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- WorkManager (Utility) an API that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably .
- Glide (Utility) An image loading and caching library for Android focused on smooth scrolling
- ExoPlayer (Utility) an extensible media player library for Android
- Google Material Design (Utility) library to help with material design guidelines.
- Google Core Libraries for Java 6+ (Utility) a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- Google Gson (Utility) A Java serialization/deserialization library to convert Java Objects into JSON and back.
- nanojson (Utility) a tiny, fast, and compliant JSON parser and writer for Java.
- OkHttp (Utility) OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Kotlin (Utility) The Kotlin Programming Language
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- Kotlin serialization (Utility) Kotlin cross-platform / multi-format serialization.
- AndroidFastScroll (UI Component) Fast scroll for Android RecyclerView and more.
- OkHttp okio Framework (Utility) A modern I/O API for Java to make it much easier to access, store, and process your data.
- commonmark-java (Utility) Java implementation of CommonMark, a specification of the Markdown format.
- jsoup (Utility) a Java library for working with real-world HTML. It provides an API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
- NewPipe Extractor (Utility) a library for extracting things from streaming sites.
- Databinding (Utility) bind UI components in your layouts to data sources in your app using a declarative format.
- Dynamicanimation (UI Component) create smooth animations with a physics-based animation API.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
Payment Modules:
- None found display large sets of data in your UI while minimizing memory usage.
Ads & Analytics:
- None found display large sets of data in your UI while minimizing memory usage.
Download (4.9 M)