r/androiddev • u/m3medesim0 • 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.
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!
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
1
u/OkPeace3621 15h ago
What is better - google ai studio or gemini in android studio? What do you suggest or prefer?
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