Android election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
As announced in this blog post the synthetic view bindings will be deprecated and we should refactor the app to use the recommended way of accessing layout views through ViewBindings.
We also need to make sure the @Parcelize related code works with the new recommended plugin.
As announced in this blog post the synthetic view bindings will be deprecated and we should refactor the app to use the recommended way of accessing layout views through ViewBindings.
We also need to make sure the
@Parcelize
related code works with the new recommended plugin.