Android 10 includes new privacy features such as new location permissions, restrictions on background activity starts, changes to data and identifiers, and more! Find out how to test and update your apps in this post. #Android10
Read here → https://t.co/kRwzYoFVV2
New in Android Studio 3.6 Canary 11:
Take advantage of View binding in your project:
android {
viewBinding.enabled = true
}
...and replace findViewById() with the auto-generated binding class reference.
Try it out and let us know what you think!
https://t.co/2h84c21MTz