Mobile App
Mobile App
1.
2.
a) Used components: Buttons,Image,Label
b) Screen2:
When button “Save”(in first screen) clicked,it navigates to
Screen2. Person sees this picture and finds a right answer from 4
variants. If “Grape” button will be clicked, this button turns to
green color. Else, other buttons turn to red color.If answer is
correct, the number of score will increase for +20 points.
3.
4.
5.
2.
It is block of Screen 2.
I used true or false conditional loops and when..,do..
loops.Because, when I use false or true loops, it helps to
recognize answer. Also, using when… loop for buttons, helps
us to color them into red or green which allows us identify
answer. After than it navigates to next page.Others details are
shown on picture.
3.
It is block of Screen 3.
I used true or false conditional loops and when..,do..
loops.Because, when I use false or true loops, it helps to
recognize answer. Also, using when… loop for buttons, helps
us to color them into red or green which allows us identify
answer. After than it navigates to next page.Others details are
shown on picture.
4.
It is block of Screen 4.
I used true or false conditional loops and when..,do..
loops.Because, when I use false or true loops, it helps to
recognize answer. Also, using when… loop for buttons, helps
us to color them into red or green which allows us identify
answer.After than it navigates to next page.Others details are
shown on picture.
5.
It is block of Screen 5.
I used when..,do.. loops.Because, using when… loop for button
“retry”, helps to return to main page.Also,when screen 5
opens,the score automatically counted and output is on
screen, and plays sound.Others details are shown on picture.
Conclusion
Finally, I have already demonstrated my project, which aim is
entertain children in academic way. This game, in most case,
related to kids,that is why, such apps develop brains work.
According to descriptors, mostly, I tried to use all components
which are written in descriptor and my project completely
works well on Web version.