Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 360 Bytes

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.