Write a program to display all the data types in object-oriented programming using Frame layout.
*Program* <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="wrap_content" android:layout_height="match_parent" tools: context=".MainActivity"> <TextView android:layout_width="match_parent" android:layout_height="66dp" android:text="Data Types in Object Oriented Programming" android:textSize="25dp" android:textStyle="bold" /> <TextView android: id="@+id/pd" andr...