Activity #7 Android Fundamentals
Steps:
Create the Layout:
Start a new Android project or use an existing one.
Use both LinearLayout and RelativeLayout in your layout design.
LinearLayout can be used to arrange items in a row or column.
RelativeLayout can be used to position it...
jacquelineaparijado.hashnode.dev2 min read