Skip to content

Commit 770156d

Browse files
update sample comment
1 parent 7f1fb3f commit 770156d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample/src/main/java/com/dockyard/android/liveviewsample/ui/MainActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class MainActivity : ComponentActivity() {
1919
}
2020
LiveForm.registerComponents()
2121
setContent {
22+
// Points to the thermostat example from the core library tests.
23+
// Change this URL to point at your local LVN app.
2224
LiveView(url = "http://10.0.2.2:4001/thermostat")
2325
}
2426
}

0 commit comments

Comments
 (0)