How I can remove Action Bar on specific activity not for all application, for example I have Sign Up activity and for this activity I want to remove Action Bar
For kotlin you can use supportActionBar?.hide()
supportActionBar?.hide()