We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e65638 commit 1fa931aCopy full SHA for 1fa931a
README.md
@@ -2,9 +2,19 @@
2
3
A Cycle.js inspired Native Single-Atom-State Purely Functional Reactive Composable UI Component library for Android
4
5
-written in Kotlin (get it: the `k`)
+Written in Kotlin (get it: the `k`)
6
7
## Slides
8
9
[Deck from Realm Android Meetup @ 3/31](https://bkase.github.io/cyklic/realm/)
10
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