I am new to Android Development. Despite the fact that I referred to the Android developer, I did not understand.
In the Activity Settings dialog box, when I unchecked the box Backwards Compatiblity(Appcompat)
in Android Studio 2.3.1, it gave me a hint:
If false, this base activity class will be Activity, not AppCompatActivity
Typically, what do Android developers prefer? the possibility of backward compatibility or without it? Can someone explain to me which one is better.
source
share