How to import canvas.draw object into a layout in Android? -
i not need setcontentview()
method. tell me one.
yes, need setcontentview(). there 2 types--one takes resource id , 1 takes view object (and, optionally, layoutparams object). practical ways add content activity. cannot draw directly activity; have use view of sort. can create own custom view described here.
Comments
Post a Comment