Pictures auto slide show

hi
i'm trying to create App that allows me to shows specific folder in my internal memory or SD card and load all the .png files in this folder and show them in raw one after another and i also want to control the time that picture stay on the screen before it displays the next one and also wants to make it full screen and stop any notifications during my app running and i really don't know how to start.

thanks

Welcome Momo

The resources here may be a good place to start Momo. The advice here will help you learn to use the AI2 tools. 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 look here App inventor español. Offline. Tutorial. Ejemplos. Instalación. Códigos. Juegos. Curso gratis de App inventor. and here Tutorial Index | imagnity for more tutorials.

Learn about components Component Reference
and visit the Library The MIT App Inventor Library: Documentation & Support Help>Library on the MENU

An example is described here that shows how to create a slide show using images from the Internet. Pictures auto slide show This example is not what you want to do; however the principals to building the app are the same.

What have you tried?