login - Android first window to open -


i created project chat.java , activity_main.xml. "window" opens up. want change window, login wrote (login.java & loginxml.xml) appears first. have write that? couldn't find :(

thank you!

add activity want load.

<intent-filter>                 <action android:name="android.intent.action.main" />                  <category android:name="android.intent.category.launcher" />             </intent-filter> 

and remove code other activity loading now.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -