how to make android app in kotlin code example
Example 1: how to add cardview in android studio
dependencies {
implementation 'com.android.support:cardview-v7:28.0.0'
}
Example 2: how to get app package and app activity in android
adb shell dumpsys window windows | grep -E 'mCurrentFocus'