Alok
Alok

Reputation: 9018

To remove the deprecation in ActionBarActivity

I'm using Android Studio and facing a problem. I need to remove the deprecation on the ActionBarActivity. The things I did to remove the deprecation are:

import the android.support.v7.app.ActionBarActivity 

but the result is still same. I need to make an app with actionbar so i need that.

Code snippet

Upvotes: 0

Views: 55

Answers (0)

Related Questions