1
0
mirror of https://github.com/tuskyapp/Tusky synced 2024-12-21 22:44:06 +01:00
Tusky-App-Android/app
Christophe Beyls a19540f0e4
Simplify and reduce overhead of lazy view binding in Fragments (#4269)
This reduces complexity of view binding inflation in Fragments, and also
reduces overhead (no `KProperty` objects need to be generated by the
compiler) by implementing `Lazy` instead of `ReadOnlyProperty`.

For a full explanation, see this [detailed blog
post](https://medium.com/@bladecoder/viewlifecyclelazy-and-other-ways-to-avoid-view-memory-leaks-in-android-fragments-4aa982e6e579).
2024-02-23 20:10:33 +01:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase
src Simplify and reduce overhead of lazy view binding in Fragments (#4269) 2024-02-23 20:10:33 +01:00
build.gradle
getGitSha.gradle
lint-baseline.xml
lint.xml
proguard-rules.pro