The Material Shared Transitions like MaterialSharedAxis, MaterialFadeThrough, etc.. are not available in Java. But it's available in Kotlin. There is documentation in Kotlin but not in Java. I took a ...
This is an example of using afollestad/material-dialogs from Java. material-dialogs was shifted to Kotlin in version 2.0. Kotlin and Java are interchangeable, so you can also call them from Java.