Skip to content

Commit 1fa931a

Browse files
committed
Update README.md with Counter example
1 parent 7e65638 commit 1fa931a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
A Cycle.js inspired Native Single-Atom-State Purely Functional Reactive Composable UI Component library for Android
44

5-
written in Kotlin (get it: the `k`)
5+
Written in Kotlin (get it: the `k`)
66

77
## Slides
88

99
[Deck from Realm Android Meetup @ 3/31](https://bkase.github.io/cyklic/realm/)
1010

11+
## Obligatory Counter Example
12+
13+
Component code here:
14+
https://github.com/bkase/cyklic/blob/master/lib/src/main/java/com/bkase/cyklic/example/SimpleCounter.kt
15+
16+
App frontend for counter:
17+
https://github.com/bkase/cyklic/blob/master/app/src/main/java/com/bkase/cyklic/example/app/MainActivity.kt
18+
19+
Test frontend for counter:
20+
https://github.com/bkase/cyklic/blob/master/lib/src/androidTest/java/com/bkase/cyklic/ComponentTest.kt

0 commit comments

Comments
 (0)