Android Question editable scrollview with multiple columns

Johnson Samuel

Member
Licensed User
Longtime User
Can somebody help me in getting a scrollview with multiple columns say 3 columns. I want the third column to be editable, and later on save the entire scrollview list of records in an sqlite database. All the 3 columns are text columns.
 

Mahares

Expert
Licensed User
Longtime User
multiple columns say 3 columns.
Let me save you before Erel sees this thread. Use xCLV instead of scrollview. You can have a cell layout with 3 columns loaded to the customlistview (xCLV). Lots of examples in forum. Search for customlistview. You may also want to check out B4XTable, quite powerful.
 
Last edited:
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
Will solve your problem.

Regards

Anand
 
Upvote 0
Top