I'm writting this article to help an android developers who is working in NFC and getting confused on how to write multiple records and how to read them at a go . I want you to do the following steps ... copy the following xml into your layout/yourfile <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TableLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:layout_alignParentRight="true" ...
In this Blog ,I'm adding what I'm Learning as I trust sharing will sharpen our knowledge and I want others know that what I know.