android - Need to implement leveler in a View of Androird? -


I need to implement the layers while viewing my application, where I have the code for the level provided by Google I have to apply it to my app

This is the main of the bubble level. Xml,

  & lt; Net.androgames.level.view LevelView Android: id = "@ + id / level" Android: layout_width = "fill_parent" android: layout_height = "fill_parent" />   

See how I can embed this project in my App view.

I think, you can easily set up this scene in your activity:

  setContentView (yourLevelViewObject);   

Or if you want to add this view to any layout, you can use it:

  yourLayoutObject.addView (yourLevelViewObject);    

Comments