PrototypeZ / SaveState

:icecream: Generate 'onSaveInstanceState' and 'onRestoreInstanceState' methods for your application automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

must use with databinding?

SwiftyWang opened this issue · comments

If I removed the databing logic. Demo app cannot compile due to

Execution failed for task ':app:transformClassesWithSaveStateForDebug'.
> java.io.FileNotFoundException: /Users/swiftywang/project/Android/SaveState/app/build/intermediates/transforms/desugar/debug/0/io/github/prototypez/savestate/activity/SmartActivity$1.class (No such file or directory)

No, databinding is not necessary, maybe a clean-build works for you.