This is a simple demo that shows how to implement two way databinding and implement an Inverse method.
There are two modules:
- app: This module contains the Java implementation.
- kotlinapp: This module contains the Kotlin implementation.
This repo is related to the following post.