I wanna make a music player app for Android, how do I start & what languages do I use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I wanna make a music player app for Android, how do I start & what languages do I use?

Music player app

16th Mar 2017, 12:25 PM
Shawn Davicii
Shawn Davicii - avatar
6 Answers
+ 10
one option would be: java & XML in Android studio
16th Mar 2017, 12:31 PM
Kamil
Kamil - avatar
+ 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.
16th Mar 2017, 12:49 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 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.
17th Mar 2017, 2:03 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 1
@Kamil thanks bro
16th Mar 2017, 12:34 PM
Shawn Davicii
Shawn Davicii - avatar
0
@krishna I'd really appreciate that
17th Mar 2017, 1:37 PM
Shawn Davicii
Shawn Davicii - avatar
0
I appreciate it bro
17th Mar 2017, 3:30 PM
Shawn Davicii
Shawn Davicii - avatar