Use binding adapter at session time summary
See original GitHub issueKind (Required)
- Improvement
Overview (Required)
- see
FIXME
comment - https://github.com/DroidKaigi/conference-app-2020/blob/600dc20edce5ac1e900fb1fe2bf1252ce5622800/feature/session/src/main/res/layout/item_speaker_session.xml#L88
- https://github.com/DroidKaigi/conference-app-2020/blob/600dc20edce5ac1e900fb1fe2bf1252ce5622800/feature/session/src/main/res/layout/fragment_session_detail.xml#L105
- Create
timeSummary
on binding adapter and changeFIXME
on xml.
Links
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Binding adapters - Android Developers
Binding adapters are responsible for making the appropriate framework calls to set values. One example is setting a property value like calling ...
Read more >Binding Adapter and Inverse Binding Adapter - YouTube
BAsic Tutorral for see the difference between a binding adapter and inverse binding adapter .. small example how it works.
Read more >Advanced Data Binding in Android: Binding Adapters
Binding adapters are responsible for binding the code to your layout elements. They'll call the UI element's setters to assign the value, ...
Read more >Data Binding - fossasia
The most important method in the adapter is the setSessions method. It accepts a list of sessions and shows it as the contents...
Read more >evant/binding-collection-adapter - GitHub
If you are using androidx use version 4.0.0 , this also uses databinding v2 ... adapter you should ensure you are returning the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@k3nsuk3
Thank you for your proposed! I tried it and confirmed that it works properly.
I think so too. At the moment there is no other way, so I would like to proceed with the implementation your proposed.
@umechanhika Thanks! Assigned! 👍