Hey Guys,
Im trying to make a music player app with appinventor and wanted to know how to make a list with all songs and to make the song play if you tap on it (in the list) (like it is on spotify for example)?
Thanks
Hey Guys,
Im trying to make a music player app with appinventor and wanted to know how to make a list with all songs and to make the song play if you tap on it (in the list) (like it is on spotify for example)?
Thanks
use the listview or listpicker component
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .
Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
well, if you tell us what exactly you are looking for, then probably someone can help...
the listview and listpicker components you can find in the user interface drawer
Taifun
as I said above, I want to make an audio player app with a list where all tracks are listed, and if you click on a song the music begins to play
you can find the Jukebox example here, which is similar to what you are looking for…
https://puravidaapps.com/file.php
you might want to adjust that example to your needs…
read again my previous answers and do the tutorials to learn the basics…
Taifun