Open epicadk opened 3 years ago
Hi @epicadk, I would like to work over this issue
You'll have to wait for the issue to get approved before you can start working on it. Try asking on zulip.
Hey @epicadk can you add a description to this issue. 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.
@abhinav78910 hey thanks for providing a detailed description ,once it's updated on the issue it'll be approved and assigned to you .
Approved
Assigning you @abhinav78910 Happy coding!
Status on hold cc @annabauza
Is it still available? If yes, I'd like to work on it. @epicadk @isabelcosta @annabauza
Is it still available? If yes, I'd like to work on it. @epicadk @isabelcosta @annabauza
Sure.
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