Become a member
Sign in
Todd Chang
Todd Chang

Todd Chang

89 Following
19 Followers
·
  • Profile
  • Claps
  • Highlights

Highlighted by Todd Chang

See more

From Android Data Binding and Functional MVVM by Tompee Balauag

… registered it in our XML layout. In lines 24, 36 50 and 62, we bind our VM properties to the view. Notice the @={} syntax. This means 2-way binding. Also, you can bind methods as well like in line 50.

From How to animate on Android by Irina Galata

Now the property value changes using appropriate setter directly without reflection. So right now we can see the first small disadvantage of the ObjectAnimator — you need to create Pro…

From Modern Android development with Kotlin (Part 2) by Mladen Rakonjac

And items[position] is implementation of indexing operator. It is same as items.get(position).

Claps from Todd Chang

See more

16 reasons to publish your apps and games with the Android App Bundle

Dom Elliott

Mastering Kotlin standard functions: run, with, let, also and apply

Elye

Quire: Building a Sophisticated Mobile App with Google’s Flutter

jerry chen