Android Question how can i display in a listscroll or table all the fields of a sql record.

manuelsalazar

Member
Licensed User
Hi :

What I want is in a sreen form display all the info of one record (all fields) of a DATABASE TABLE.
instead of doing like a tableview a a list. example :

FIELD-1 ---------> CONTENT
FIELD-2 ---------> CONTENT
FIELD-3 ---------> CONTENT
.........
FIELD-n ---------> CONTENT


example :

ID ---------> 3445-W30
DESCRIPTION ---------> TABLE FOR BED RED
UNIT ---------> PZ
PRICE ---------> $ 50.45
COST ---------> $ 30.00
LOCATION ---------> BIN-A
LINE ---------> TABLE
........
........
.........
WEIGHT ---------> 35



in a type of scroll-list or list for all the fields of a specific record in a database.


thanks in advanced
Manuel Salazar
 

eps

Expert
Licensed User
Longtime User
CustomListView, Press and LongPress

 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
I have just finished a small example using XCustomListView for another thread ...

It does Not match your above display, but it might be useful.

 
Upvote 0
Top