Change application's starting activity

前端 未结 11 2120
温柔的废话
温柔的废话 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:22

     
        android:label="MY APP NAME " >    
        
            android:label="LABEL FOR ACTIVITY "
            android:screenOrientation="portrait" >
            
                
    
                
            
        
    

提交回复
热议问题