-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActionBarActivity is deprecated on SDK version 26 #47
Comments
ActionBarActivity is deprecated on SDK version 26 soo... |
|
You can customize SwipeBackActivity by extending AppcompatActivity and implementing SwipebackListener
Edited: When you take a look at the source code, the new code has been added. (Maybe the documentation not updated yet) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ActionBarActivity, extended into SwipeBackActivity, is deprecated on SDK versione 26.
Not compile
it must be replaced with AppCompatActivity
The text was updated successfully, but these errors were encountered: