mediabrowserservicecompat Questions
3
Solved
I've got a PlaybackService.kt class that implements MediaBrowserServiceCompat() since that is required for Android Auto support. The player itself works great in-app. The app is 95% used for HLS st...
Deathblow asked 13/8, 2022 at 0:19
1
Solved
I am currently working on a part of an app which has video and audio functionality, and started refactor the code base recently. The goal is to integrate MediaSession/ MediaController and MediaBrow...
Gnosticism asked 3/4, 2020 at 18:5
0
The voice commande Play [song] on [my appName] command not working, the "appName" is not being recognised by google assistante.
I followed the instruction form https://developer.android.c...
Lyautey asked 7/7, 2020 at 9:0
2
I am trying to expose media items to other media apps that can browse my app's content through my MediaBrowserServiceCompat service.
In my onLoadChildren method I am constructing MediaBrowserCompat...
Paramagnetism asked 22/7, 2019 at 13:20
1
I've got a simple Android app containing one Activity and a Service that derives from MediaBrowserServiceCompat. I've successfully gotten it set up to play audio from my main activity by using Medi...
Molech asked 30/3, 2020 at 23:41
1
Solved
I am a beginner in Android Development trying to create a media player with the implementation of MediaBrowser and MediaSession.
I am confused with the function of onGetRoot() and onLoadChildren()...
Bronwen asked 28/3, 2018 at 23:36
1
I am trying uamp sample, whenever orientation changes MediaBrowserFragment recyclerview state is lost(its scroll position is not maintained).
My problem is how to maintain scroll position in uamp ...
Jerrold asked 11/6, 2018 at 12:36
2
I have an Android Auto app. I would like to take advantage of pagination for browsing within the app. It seems that you can set EXTRA_PAGE and EXTRA_PAGE_SIZE by getting a reference to the MediaBro...
Syncopated asked 11/7, 2017 at 7:21
3
I want to create a MusicPlayer application which leverages the features of MediaBrowserService.
While going thru documentation of MediaBrowserServiceCompat, I realized it is a subclass of Service, ...
Neurotic asked 8/10, 2017 at 20:21
0
I am working with a service which extends MediaBrowserServiceCompat, and also has MediaSessionCompat.Callback() with it's overridden methods inluding onPlayFromMediaId().
Inside from a fragment wh...
Exact asked 1/9, 2017 at 9:47
2
Is there any way to use extras with the MediaMetadataCompat from the support library?
Using the MediaMetadata I can set extras, but with the compat one I cannot.
Lonely asked 2/10, 2015 at 18:59
1
© 2022 - 2025 — McMap. All rights reserved.