Science, asked by ujtojjfdf423, 1 year ago

Difference between activity and appcompatactivity

Answers

Answered by spsahuja
0
AppCompatActivity is the direct child class of FragmentActivity of support v4 and the direct parent class of ActionBarActivity . ... You can add an ActionBar to youractivity when running on API level 7 or higher by extending this class for youractivity and setting the activity theme to Theme.AppCompat or a similar theme.
Similar questions