Skip to content

1.1

Compare
Choose a tag to compare
@adef145 adef145 released this 30 Aug 15:17
· 10 commits to master since this release

Release Highlights

Having LiveData integration for getting extras data.

Features

  • Annotation @LiveExtra. To help processor to generate LiveData data type on Binding class. And also can combine with another annotation likes:
    • Annotation @Required. To define non null when receive the data from observe.
    • Annotation @Mutable. To define as MutableLiveData instead of LiveData.