Seasoned Android engineer and AI specialist with 15+ years of software development experience and a deep focus on native Android. Proven track record modernizing high-traffic apps using Kotlin.
This is great, especially the seed() method. However, you do not need findViewById() anymore. We use View Binding instead: developer.android.com/topic/librar...
This is great, especially the seed() method. However, you do not need
findViewById()anymore. We use View Binding instead: developer.android.com/topic/librar...Right! the new Binding capabilities android brought in.
I haven't tried yet on Android but I'm a big fan of MVVM on Xamarin. This is a great excuse to give it a try.
Thanks for the feedback.