Change application's starting activity

前端 未结 11 2044
温柔的废话
温柔的废话 2020-11-22 16:51

I have created the meat and guts of my application but I want to add a different activity that will be the starting point (sort of a log-in screen).

Couple questions

11条回答
  •  心在旅途
    2020-11-22 17:45

    Follow to below instructions:

    1:) Open your AndroidManifest.xml file.

    2:) Go to the activity code which you want to make your main activity like below.

    such as i want to make SplashScreen as main activity

    
    
    

    3:) Now copy the below code in between activity tags same as:

    
        
            
            
        
    
    

    and also check that newly added lines are not attached with other activity tags.

提交回复
热议问题