databinding-samples icon indicating copy to clipboard operation
databinding-samples copied to clipboard

The MVVM pattern needs to be confused. I decompile the app and found that the class using 'variable' in the layout is not confusing. Ask for answers! !

Open l-w-h opened this issue 7 years ago • 0 comments

The MVVM pattern needs to be confused. I decompile the app and found that the class using 'variable' in the layout is not confusing. Ask for answers! !

  buildTypes {
        release {
           …
            minifyEnabled true
            zipAlignEnabled true
            shrinkResources false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            signingConfig signingConfigs.release
            …
        }
        …
    }

l-w-h avatar Dec 11 '18 02:12 l-w-h