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
In your AndroidManifest.xml use NoActionBar theme for your Activity like this:
and in your styles.xml