android - Guide about use multiiple activity or not? -


i trying make app showing favorite singers songs lyrics ten of albums. , predictable. first, must create menu, , put buttons. each button navigates album activity. must implement 1 activity each album , after that, implement 1 activity each song. , need 100 activity!!

what better manner on choice? note:i want make music player each song have, view showing lyrics.

thanks.

make 1 generic activity displaying song , make dynamic enough can populate song data.

reusing activities you've built essential creating app of kind.

check out list of albums / songs: http://www.survivingwithandroid.com/2012/09/listviewpart-1.html

when click 1 of these want go activity , pass data need (like song name, duration , artist) , set textviews data passed through!