While designing an android application - I have extended Activity Parent class in MainActivity.
While doing so I was not able to display string (App Name) in heading of application and image is not showing while testing on Android device.
But after changing Activity to AppCompatActivity - all of the errors get corrected.
I want to know why this happened?