android - 2d ArrayList Using ListView -


i want build program looks this.

enter image description here

i'm getting confused how can build this. possibilities in mind using listview. searching in many sites how make looks this, didn't found it.

so give mark in picture. data coming database. example in first record contain ship-001 , cdd, indah transport, 5 nov 2015. , second record ship-002, cde, buana karya, 6 nov 2015, , on.

could u me provide me ?

so listview use data in form of array. every item in array, contain 1 record, example, item 1 contains ("ship-001" , "cdd", "indah transport", "5 nov 2015").

then use list view show items.

this great tutorial listview list view tutorial


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -