What's the correct syntax to define an activity in manifest file

前端 未结 7 1230
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-11 01:22

What is the correct way of adding an activity to AndroidManifest.xml?

Actually I have seen in many places an activity defined as



        
7条回答
  •  粉色の甜心
    2020-12-11 02:05

    yes putting the dot is right way.. if you see the eclipse self generated activity it looks like.

     
        
    

    so its the right approach, our ide can understand

提交回复
热议问题