-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Tarefa 1 # | ||
|
||
<h1>MVC - Componentes View no App Inventor</h1> | ||
<h1>Tarefa 1</h1> | ||
|
||
{{explica | ||
* Construa um App no MIT App Inventor que mostre a imagem de uma receita e um botão `[Receita]`. | ||
* Quando o botão é clicado, deve ser apresentada a receita. | ||
}} | ||
|
||
{{figura1 | ||
<h2>Coloque a figura com a captura do aplicativo funcionando.</h2> | ||
}} | ||
|
||
<br> | ||
|
||
{{figura2 | ||
<h2>Coloque a figura com a captura da hierarquia de componentes visuais (composite).</h2> | ||
}} | ||
|
||
<br> | ||
|
||
{{figura3 | ||
<h2>Coloque a figura com a captura dos scripts em box programming.</h2> | ||
}} | ||
|
||
|
||
# Tarefa 2 # | ||
|
||
<h1>MVC - Componentes Model no App Inventor</h1> | ||
<h1>Tarefa 2</h1> | ||
|
||
{{explica | ||
* Modifique o App apresentado no vídeo "MVC - Componentes Model no App Inventor" de modo que seja possível cadastrar (em um campo separado) o título da receita. | ||
* O título deve ser gravado no CloudDB com o rótulo título. | ||
}} | ||
|
||
{{figura1 | ||
<h2>Coloque a figura com a captura do aplicativo funcionando.</h2> | ||
}} | ||
|
||
<br> | ||
|
||
{{figura2 | ||
<h2>Coloque a figura com a captura da hierarquia de componentes visuais (composite).</h2> | ||
}} | ||
|
||
<br> | ||
|
||
{{figura3 | ||
<h2>Coloque a figura com a captura dos scripts em box programming.</h2> | ||
}} | ||
|
||
# Apresenta # | ||
|
||
<h1>Apresentação do Resultado das Tarefas</h1> | ||
|
||
Você deve capturar: | ||
* a tela do aplicativo apresentando o resultado final - pode ser do emulador ou do celular; | ||
* a hierarquia de componentes visuais (padrão composite); | ||
* todos os scripts do app (na forma de caixinhas). | ||
|
||
As figuras são colocadas de forma separada (como no exemplo abaixo). Coloque figuras em que as coisas fiquem legíveis, mesmo que a figura fique grande. Exemplo: | ||
|
||
![Result Screen](template_fix/labs/lab3/ai-screen.png) | ||
![Composite Tree](template_fix/labs/lab3/ai-tree.png) | ||
![Script](template_fix/labs/lab3/ai-script.png) | ||
|
||
___ Template ___ | ||
|
||
* template: labs/lab_3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
___ Flow ___ | ||
|
||
* Sequential: | ||
* _sequential_ | ||
|
||
___ Data ___ | ||
|
||
* theme: simple(blue) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters