anitab-org / anitab-org/mentorship-android

Feature : Shift to ViewBinding

未關閉
#1,047 9 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
Category: Coding Type: Enhancement
主要語言
Kotlin
星號
169
分支
378
PR 合併指標
30 天內沒有已合併 PR

描述

**Is your feature request related to a problem? Please describe.**

Kotlin Synthetic is deprecated .

**Describe the solution you'd like**

The app uses kotlin synthetics at a number of places but it's now deprecated by google. Kotlin doesn't support synthetic so a new approach has been provided by google i.e using the view binding or data binding. View binding is comparatively lighter for rendering UIs as compared to the data binding. So we can use view binding instead of kotlin synthetics. ( Thanks @abhinav78910)

**Additional context**

https://developer.android.com/topic/libraries/view-binding/migration

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。