Can someone please help me with the issue.I want my activity as full screen and want to remove title from the screen.I have tried several ways but not able to remove it.
You can try:
<activity android:name=".YourActivityName" android:theme="@style/Theme.Design.NoActionBar">
that works for me