History log of /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/TestFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d6527ee28cc3aa05818799af8def9593346f91bc 15-Jun-2015 George Mount <mount@google.com> Remove fragment data binding.

Fragment data binding is much more complex than the previous
implementation supported. It may be that we don't want to support
data binding to fragments because fragment life cycle differs
from View life cycle, including back stack support.

I made it so that fragments with IDs do not get public final
fields on the generated data binding objects.

Bug 21667601

Change-Id: Ief77972ea854f7ded5a93aa59822d76ef533fc21
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/TestFragment.java
4d4979490e1fa374c0d7f3599fed0a9e83a579d0 08-Jun-2015 George Mount <mount@google.com> Support data binding for fragments.

Bug 21667601

Change-Id: I636dec1bbb5567d70a996e115e6bf8322c3aa29d
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/TestFragment.java