Hello,
I am new to b4x and i am impressed with it's simplicity and how much you can do with it. However, i am also new to programming.
I have studied b4x a little while and thought i could do something with it.
I wanted to create an e-learning app that would sequentially present videos, audios, and pdf documents. The sequence would be based on lessons i.e Lesson 1, Lesson 2, etc., and each lesson would contain a video, an audio, a pdf document, and a quiz.
I wanted it to have a simple UI that contains 2 labels and 5 buttons.
The labels:
1. lblWelcome - to show welcome message.
2. lblLesson - show the lesson number(e.g Lesson 1)
The buttons:
1. btnPlayVideo - to play the lesson's video.
2. btnPlayAudio -to play the lesson's audio.
3. btnOpenPdf - to open the lesson's pdf document.
4. btnQuiz - to display the lesson's quiz.
5. btnNext - which will take the user to the next lesson.
With the knowledge i have, i still don't know where to start from on this project. Any kind of guide, reference, recommendation or whatever it may be will be highly appreciated. Sorry for my long post.
I am new to b4x and i am impressed with it's simplicity and how much you can do with it. However, i am also new to programming.
I have studied b4x a little while and thought i could do something with it.
I wanted to create an e-learning app that would sequentially present videos, audios, and pdf documents. The sequence would be based on lessons i.e Lesson 1, Lesson 2, etc., and each lesson would contain a video, an audio, a pdf document, and a quiz.
I wanted it to have a simple UI that contains 2 labels and 5 buttons.
The labels:
1. lblWelcome - to show welcome message.
2. lblLesson - show the lesson number(e.g Lesson 1)
The buttons:
1. btnPlayVideo - to play the lesson's video.
2. btnPlayAudio -to play the lesson's audio.
3. btnOpenPdf - to open the lesson's pdf document.
4. btnQuiz - to display the lesson's quiz.
5. btnNext - which will take the user to the next lesson.
With the knowledge i have, i still don't know where to start from on this project. Any kind of guide, reference, recommendation or whatever it may be will be highly appreciated. Sorry for my long post.