anitab-org / anitab-org/mentorship-android
Feature : Shift to ViewBinding
未關閉
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 還沒有評估資料。