Hi all. I want to learn about the mobile app. Wic...
# android
Hi all. I want to learn about the mobile app. Wich one the videos or documents. Who is can prefer me . ? Thanks
stackoverflow 2
google 2
m
Hey I solved this problem by upgrading the appcompat and ktx dependencies in gradle.
Copy code
const val appcompat = "androidx.appcompat:appcompat:1.2.0-rc01"
        const val coreKtx = "androidx.core:core-ktx:1.5.0-beta01"
Thanks