My problem:
My application contains a menu which is swipe enabled. On login screen if I swipe I can see the menu which is not right. I want to disab
Short answer : no. Inheriting a class implies that you have to call super in your constructor. If you don't want to do that, then you need to find another way of doing this.