0
I wanna make a music player app for Android, how do I start & what languages do I use?
Music player app
6 Respuestas
+ 10
one option would be:
java & XML in Android studio
+ 8
A month back, I created a music player app for Android. You need to learn many concepts to do that. I can give the list if you want.
+ 7
@Shawn : Get to know these concepts from the official site (developers.android.com maybe).
1) ListView
2) File
3) MediaPlayer
4) SharedPreferences
5) AsyncTask
6) Activity
7) SettingsActivity
And, you need to learn ArrayList, HashMap concepts.
+ 1
@Kamil thanks bro
0
@krishna I'd really appreciate that
0
I appreciate it bro