Skip to content

Commit

Permalink
Add note for windows platform users to manually add file templates to…
Browse files Browse the repository at this point in the history
… IDE
  • Loading branch information
RotBolt committed Jun 19, 2023
1 parent 448284a commit 5ce6f47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/tutorial/Tutorial1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Let's start by making a workflow and screen to back the welcome view.

Start by creating a new workflow and screen by creating a new file with the [file templates](../../install-templates.sh), adding it to the `tutorial-base` module:

___Note___

_Windows OS users: Please add the scripts from [file templates folder](../../fileTemplates) directly to Android Studio or Intellij Idea._

_Go to Settings --> Editor --> File and Code Templates --> Select Files Tab. Now click on the '+' icon and copy the the content of the Workflow file template to the editor and save it._

![New Workflow](images/new-workflow.png)
![Workflow Name](images/workflow-name.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package workflow.tutorial

data class WelcomeScreen()

0 comments on commit 5ce6f47

Please sign in to comment.