Android Studio Clear Views Of Layout

[Solved] Android Studio Clear Views Of Layout | Swift - Code Explorer | yomemimo.com
Question : android studio clear views of layout

Answered by : rapha149

//either this
layout.removeAllViews();
//or this
((LinearLayout) findViewById(R.id.layout)).removeAllViews();

Source : | Last Update : Mon, 29 Jun 20

Answers related to android studio clear views of layout

Code Explorer Popular Question For Swift