Posts by Emílio Fonseca • 11 points
1 post
-
1
votes2
answers55
viewsA: Error adding Textview by programming
Try changing this line DrawerLayout mFrame = (DrawerLayout) findViewById(R.id.container); for this: LinearLayout mFrame = (LinearLayout) findViewById(R.id.container);…