• Post category:StudyBullet-3
  • Reading time:5 mins read


Android View Binding: from Zero to Pro

What you will learn

Add Android View Binding into your project

Inflate ViewBinding layout in an Activity

Inflate ViewBinding layout in a Fragment

Bind ViewBinding layout in an existing Inflated Fragment.

Inflate ViewBinding layout in a RecyclerView ViewHolder

Pro tips and reduce over plate code

Description

Thank you for your interest in my course of How to use Android View Binding like a pro


Get Instant Notification of New Courses on our Telegram channel.


If you, like me, are using Butterknife or Kotlin Synthetic on your android projects. You must know those tools are going on deprecation and the recommended alternative nowadays is ViewBinding.

In this course I will teach you step by step from the basics on how to set up View Binding into your project and use it, to more advanced development techniques I do use on my projects and With some examples we will practice all those concepts together.

Please remember to raise any issues, questions or doubts you have along the way. I would be so happy to solve it for you.

Also please remember to rate this course and give me feedback, that will help me to improve this and other courses to offer you the highest learning Quality content.

Once again, thank you so much. and let’s dive into the world of Android View Binding.

English
language

Content

Intro & Presentation
Presentation
Basic Section
Start and Use Android View Binding in an Activity
[OPTIONAL] please make this small change.
Use ViewBinding in a Fragment by using Inflate
Use ViewBinding in a Fragment by using Bind
Use View Binding in a Recycler View View Holder
Pro Section
Reduce boilerplate code: View Binding using it in abstract class
View Binding Null Safety handling