i'm getting an issue while running app on a device like two icons are displaying on screen instead of one. My all code is correct ng bu and app is running correctly but getting this sort of problem!. Anyone knows please help me out. Thanks!
Check your AndroidManifest.xml and find activities with android.intent.category.LAUNCHER category. For each such activity there is an icon on launcher.
<activity android:name="com.example.MyActivity"
>
<intent-filter>
<category android:name="android.intent.category.LAUNCHER"/>