Develop an application that uses Layout Managers.

Design

activity_main.xml

// Some code

activity_second.xml

// Some code

Logic

MainActivity.java

// Some code

SecondActivity.java

// Some code

Last updated