Hi, i am trying to display the data from database in table format, but
it doesnt work. Pls take a look at the code here (I dont want to spam
this thread by posting a 2 page code here ...So, pls take a look at it
here):

http://pastebin.me/24d7e33ce334e56087dcb657081684e9

I will just post the XML part of the code here :

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
<TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="@string/hello"
    />
<TableLayout
        android:id="@+id/mytablelayout"
        android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    >
</TableLayout>
</LinearLayout>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to