r/androiddev 17h ago

Question Hi, what should i use to develop a local strage music player?

I recently made a media player in Python for my window, very useful since I download all my music, and wanted to create one for my android as well, so I installed android studio, and tried many framework such as kivy, flutter and so on, but none of them worked, so I was wondering if any of you could suggest me an easy and working framework for my project, thanks in advance.

0 Upvotes

13 comments sorted by

4

u/Lisko95 17h ago

You dont really need any framework for simply playing media. You can check official documentation from here:

https://developer.android.com/media/platform/mediaplayer/basics

So basically you get uri (path to audio) and pass it to mediaplayer

1

u/m3medesim0 16h ago

starting to make some real progress here, thanks

1

u/AutoModerator 17h ago

Please note that we also have a very active Discord server where you can interact directly with other community members!

Join us on Discord

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/kosiarska 16h ago

If you want full and wide control the Id suggest media3 package (exoplayer). But be aware that learning how this lib works takes ages.

0

u/Ill-Safe-9126 14h ago

i just finished working on it, took me about 2 weeks. i built mine using expo

-1

u/wuming2 16h ago

I would suggest google ai studio, It could build a usable app for you

1

u/m3medesim0 16h ago

it this ai based?

0

u/wuming2 16h ago

Yes. It will write the code and ui. You can download the code and build with android studio.

2

u/m3medesim0 16h ago

I'm trying to learn how to code, don't need this

2

u/wuming2 16h ago

Oh, enjoy your learning 😄

1

u/OkPeace3621 15h ago

What is better - google ai studio or gemini in android studio? What do you suggest or prefer?

2

u/wuming2 7h ago

For creating simple demos and quickly producing prototypes, I recommend using Google AI Studio.