You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Here's a tutorial on [how to build an Android app in Scala](https://makingthemat
24
24
And here are the examples:
25
25
1.[HelloFXML](https://github.com/makingthematrix/scalaonandroid/wiki/HelloFXML-example) - the simplest one, and my "go to" example for debugging any build system issues
26
26
2.[HelloFXML 3](https://github.com/makingthematrix/scalaonandroid/tree/main/HelloFXML3) - same as above, but in Scala 3
27
-
3.[HelloScala](https://github.com/makingthematrix/scalaonandroid/tree/main/HelloScala) - another minimalistic example
27
+
3.[HelloScala](https://github.com/makingthematrix/scalaonandroid/tree/main/helloscala) - another minimalistic example
28
28
4.[European Union](https://github.com/makingthematrix/scalaonandroid/wiki/European-Union-(and-Scotland)-example) - shows a scrollable list with country flags downloaded from Wikipedia and some basic Android GUI functionality
29
29
5.[European Union 3](https://github.com/makingthematrix/scalaonandroid/tree/main/europeanunion3) - as above, but in Scala 3
30
30
6.[Comments](https://github.com/makingthematrix/scalaonandroid/tree/main/comments) - an app showcasing a bit more complex GUI functionality; thanks @rleibman!
0 commit comments