ashishkeshu / music-player-android

A Simple Music Player App for Android which lists all the audio files from SD card.
2 stars 2 forks source link

I want to use only Remote Source. #1

Open pavelsust opened 4 years ago

pavelsust commented 4 years ago

Hello, I saw your application here I want to use only remote resource not a local resources. How I can do that or how I can only call remote resource.

ashishkeshu commented 4 years ago

app https://github.com/ashishkeshu/music-player-android/tree/master/app/ src https://github.com/ashishkeshu/music-player-android/tree/master/app/src/ main https://github.com/ashishkeshu/music-player-android/tree/master/app/src/main /java https://github.com/ashishkeshu/music-player-android/tree/master/app/src/main/java /com https://github.com/ashishkeshu/music-player-android/tree/master/app/src/main/java/com /firekernel https://github.com/ashishkeshu/music-player-android/tree/master/app/src/main/java/com/firekernel /musicplayer https://github.com/ashishkeshu/music-player-android/tree/master/app/src/main/java/com/firekernel/musicplayer /source https://github.com/ashishkeshu/music-player-android/tree/master/app/src/main/java/com/firekernel/musicplayer/source /LocalSource.java

setting the following: MediaMetadataCompat mediaMetadataCompat = new MediaMetadataCompat.Builder()

.putString(MediaMetadataCompat.METADATA_KEY_MEDIA_URI, " http://www.songs.com/song1.mp3");

media player is capable of playing online media you have to make your code dynamic and modular for providing online MEDIA_URI source.

On Tue, Jan 7, 2020 at 11:10 AM Md.Masud Parvez notifications@github.com wrote:

Hello, I saw your application here I want to use only remote resource not a local resources. How I can do that or how I can only call remote resource.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ashishkeshu/music-player-android/issues/1?email_source=notifications&email_token=AC5CBT5ZQH7HU4OTY6A46Q3Q4QIVPA5CNFSM4KDSBRB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IEMV42Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC5CBTZ32DBPKFUA7VVYYGDQ4QIVPANCNFSM4KDSBRBQ .

-- Warm regards:- Ashish Kumar Contact: 9971611124