Android App Development Tutorial 33 - How to Change the Main Activity | Java

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

We need more Caleb!
I’m dying to learn more

soohyunlee
Автор

This is what was written by default and where to move <intent-filter> thing?
<activity

android:exported="false"/>
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action />

<category />
</intent-filter>
</activity>
I changed "/>" on the third line into ">", added "</activity>" on the next line, and moved <intent-filter> thing but it didn't work

somethingyoulike
Автор

CustomTabMainActivity is called as MainActivity?

mulagundhemachandr