my_uap

所属分类:hotest
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2020-08-19 14:13:48
上 传 者sh-1993
说明:  来自android uamp的分叉项目。通用Android播放器-远程音乐播放器、天气预报播放器、,
(A forked project form android uamp. Universal Android Player - remote music player, weather forecast player,)

文件列表:
.google/ (0, 2020-08-19)
.google/packaging.yaml (968, 2020-08-19)
CONTRIBUTING.md (1612, 2020-08-19)
LICENSE (11361, 2020-08-19)
TODO.md (771, 2020-08-19)
app/ (0, 2020-08-19)
app/build.gradle (2190, 2020-08-19)
app/proguard-rules.pro (751, 2020-08-19)
app/src/ (0, 2020-08-19)
app/src/main/ (0, 2020-08-19)
app/src/main/AndroidManifest.xml (3410, 2020-08-19)
app/src/main/ic_launcher-web.png (18066, 2020-08-19)
app/src/main/java/ (0, 2020-08-19)
app/src/main/java/com/ (0, 2020-08-19)
app/src/main/java/com/example/ (0, 2020-08-19)
app/src/main/java/com/example/android/ (0, 2020-08-19)
app/src/main/java/com/example/android/uamp/ (0, 2020-08-19)
app/src/main/java/com/example/android/uamp/MainActivity.kt (7015, 2020-08-19)
app/src/main/java/com/example/android/uamp/MediaItemAdapter.kt (3761, 2020-08-19)
app/src/main/java/com/example/android/uamp/MediaItemData.kt (3521, 2020-08-19)
app/src/main/java/com/example/android/uamp/fragments/ (0, 2020-08-19)
app/src/main/java/com/example/android/uamp/fragments/MediaItemFragment.kt (3910, 2020-08-19)
app/src/main/java/com/example/android/uamp/fragments/NowPlayingFragment.kt (4552, 2020-08-19)
app/src/main/java/com/example/android/uamp/utils/ (0, 2020-08-19)
app/src/main/java/com/example/android/uamp/utils/Event.kt (1361, 2020-08-19)
app/src/main/java/com/example/android/uamp/utils/InjectorUtils.kt (2485, 2020-08-19)
app/src/main/java/com/example/android/uamp/utils/ViewExt.kt (1459, 2020-08-19)
app/src/main/java/com/example/android/uamp/viewmodels/ (0, 2020-08-19)
app/src/main/java/com/example/android/uamp/viewmodels/MainActivityViewModel.kt (7247, 2020-08-19)
app/src/main/java/com/example/android/uamp/viewmodels/MediaItemFragmentViewModel.kt (7605, 2020-08-19)
app/src/main/java/com/example/android/uamp/viewmodels/NowPlayingFragmentViewModel.kt (8213, 2020-08-19)
app/src/main/res/ (0, 2020-08-19)
app/src/main/res/drawable-v24/ (0, 2020-08-19)
app/src/main/res/drawable-v24/ic_launcher_foreground.xml (2534, 2020-08-19)
app/src/main/res/drawable/ (0, 2020-08-19)
app/src/main/res/drawable/ic_album_black_24dp.xml (1105, 2020-08-19)
app/src/main/res/drawable/ic_launcher_background.xml (5501, 2020-08-19)
app/src/main/res/drawable/ic_pause_black_24dp.xml (963, 2020-08-19)
app/src/main/res/drawable/ic_play_arrow_black_24dp.xml (938, 2020-08-19)
... ...

Universal Android Music Player Sample ===================================== The goal of this sample is to show how to implement an audio media app that works across multiple form factors and provide a consistent user experience on Android phones, tablets, Android Auto, Android Wear, Android TV, Google Cast devices, and with the Google Assistant. To get started with UAMP please read the [full guide](https://github.com/matteodamico/my_uap/blob/master/docs/FullGuide.md). ![Screenshot showing UAMP's UI for browsing albums and songs](https://github.com/matteodamico/my_uap/blob/master/docs/images/1-browse-albums-screenshot.png "Browse albums screenshot") ![Screenshot showing UAMP's UI for playing a song](https://github.com/matteodamico/my_uap/blob/master/docs/images/2-play-song-screenshot.png "Play song screenshot") ![Daily Forecast screen](https://github.com/matteodamico/my_uap/blob/master/screenshots/20200818_144957.jpg) ![Hourly Forecast screen](https://github.com/matteodamico/my_uap/blob/master/screenshots/20200818_145009.jpg) Pre-requisites -------------- - Android Studio 3.x Getting Started --------------- This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio. Support ------- - Stack Overflow: http://stackoverflow.com/questions/tagged/android If you've found an error in this sample, please [file an issue](https://github.com/matteodamico/my_uap/blob/master/https://github.com/googlesamples/android-UniversalMusicPlayer/issues) Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see [CONTRIBUTING.md](https://github.com/matteodamico/my_uap/blob/master/CONTRIBUTING.md) for more details. Music ----- Music provided by the [Free Music Archive](https://github.com/matteodamico/my_uap/blob/master/http://freemusicarchive.org/). - [Irsen's Tale](https://github.com/matteodamico/my_uap/blob/master/http://freemusicarchive.org/music/Kai_Engel/Irsens_Tale/) by [Kai Engel](https://github.com/matteodamico/my_uap/blob/master/http://freemusicarchive.org/music/Kai_Engel/). - [Wake Up](https://github.com/matteodamico/my_uap/blob/master/http://freemusicarchive.org/music/The_Kyoto_Connection/Wake_Up_1957/) by [The Kyoto Connection](https://github.com/matteodamico/my_uap/blob/master/http://freemusicarchive.org/music/The_Kyoto_Connection/). License ------- Copyright 2017 Google Inc. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

近期下载者

相关文件


收藏者