I created a table, however I need to add rows and columns to the table via code. Does anyone know how I can do this? Thank you in advance.
How do I stay:
I'm using a "TableLayout" in my application. This is my XML code:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"...
This is the layout I currently have:
Andhere'sthecode:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
an...